feat: Add external Traefik proxy network definition to compose file.
This commit is contained in:
parent
d3d66e4ff0
commit
44f78b7ac5
1 changed files with 5 additions and 1 deletions
|
|
@ -8,3 +8,7 @@ services:
|
||||||
- ./sws.config.toml:/config.toml
|
- ./sws.config.toml:/config.toml
|
||||||
environment:
|
environment:
|
||||||
- SERVER_CONFIG_FILE=/config.toml
|
- SERVER_CONFIG_FILE=/config.toml
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik-proxy:
|
||||||
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue