10 lines
No EOL
210 B
YAML
10 lines
No EOL
210 B
YAML
services:
|
|
site-server:
|
|
build: .
|
|
restart: unless-stopped
|
|
networks:
|
|
- traefik-proxy
|
|
volumes:
|
|
- ./sws.config.toml:/config.toml
|
|
environment:
|
|
- SERVER_CONFIG_FILE=/config.toml |