forked from Nixius/authelia
15 lines
429 B
YAML
15 lines
429 B
YAML
# Override for local swarm: overlay network so customer stacks attach to Traefik.
|
|
# Traefik stays in container mode (swarmMode=false) so it sees both compose and stack containers.
|
|
#
|
|
# Usage: ./scripts/deploy-stack-dev.sh
|
|
# Customer stacks get clientname.app.a250.ca. Run scripts/local-dns-setup.sh for DNS.
|
|
|
|
services:
|
|
ss-atlas:
|
|
environment:
|
|
- CUSTOMER_DOMAIN=app.a250.ca
|
|
|
|
networks:
|
|
authelia_dev:
|
|
external: true
|