feat: Swag with reverse proxy for most services
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
- MAXMINDDB_LICENSE_KEY=5sfHzlxz9pXsvrlz
|
||||
- DOCKER_MODS=linuxserver/mods:swag-dashboard
|
||||
volumes:
|
||||
- /data/config:/config
|
||||
- /data/swag/config:/config
|
||||
ports:
|
||||
- 443:443
|
||||
- 80:80
|
||||
@@ -27,6 +27,19 @@ services:
|
||||
networks:
|
||||
- reverse-proxy
|
||||
|
||||
authelia:
|
||||
image: authelia/authelia:latest
|
||||
container_name: authelia
|
||||
environment:
|
||||
- TZ=Europe/Lisbon
|
||||
ports:
|
||||
- 9091:9091
|
||||
volumes:
|
||||
- /data/authelia/config:/config
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- reverse-proxy
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user