This commit is contained in:
2025-02-01 15:44:48 +02:00
parent 3313d32aac
commit e5f729372d
2 changed files with 15 additions and 27 deletions

View File

@@ -1,29 +1,15 @@
########################### NETWORKS
# There is no need to create any networks outside this docker-compose file.
# You may customize the network subnets (192.168.90.0/24 and 91.0/24) below as you please.
# Docker Compose version 3.5 or higher required to define networks this way.
networks:
proxy:
name: proxy
driver: bridge
ipam:
config:
- subnet: $PROXY_SUBNET
gateway: $PROXY_GATEWAY
socket_proxy:
name: socket_proxy
driver: bridge
ipam:
config:
- subnet: $SOCKET_PROXY_SUBNET
gateway: $SOCKET_PROXY_GATEWAY
########################### SECRETS
#secrets:
# cloudflare_email:
# file: ${SECRETSDIR}/cloudflare_email
#cloudflare_api_token:
# file: ${SECRETSDIR}/cloudflare_api_token
#authelia_jwt_secret:
# file: $SECRETSDIR/authelia_jwt_secret
#authelia_session_secret: