authelia
This commit is contained in:
parent
f896404fc2
commit
c066ace81e
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
authelia:
|
||||
image: docker.io/authelia/authelia:latest
|
||||
container_name: auth
|
||||
restart: always
|
||||
networks:
|
||||
- caddy_default
|
||||
volumes:
|
||||
- /docker/data/auth/config:/config
|
||||
networks:
|
||||
caddy_default:
|
||||
external: true
|
||||
Loading…
Reference in New Issue