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
|
|
@ -7,4 +7,8 @@ services:
|
|||
volumes:
|
||||
- ./sws.config.toml:/config.toml
|
||||
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