24
authelia/docker-compose.yaml
Normal file
24
authelia/docker-compose.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# carlo (auth.delmar.bzh)
|
||||
---
|
||||
name: authelia
|
||||
|
||||
networks:
|
||||
net:
|
||||
driver: bridge
|
||||
|
||||
volumes:
|
||||
config:
|
||||
|
||||
services:
|
||||
authelia:
|
||||
container_name: authelia
|
||||
image: docker.io/authelia/authelia:latest
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
net: {}
|
||||
ports:
|
||||
- 9091:9091
|
||||
environment:
|
||||
TZ: ${TZ:-Europe/Paris}
|
||||
volumes:
|
||||
- config:/config
|
||||
Reference in New Issue
Block a user