feat: Configure static-web-server using sws.config.toml to define server settings and implement granular caching headers for assets.
This commit is contained in:
parent
8d615bd421
commit
d3d66e4ff0
3 changed files with 45 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ services:
|
|||
restart: unless-stopped
|
||||
networks:
|
||||
- traefik-proxy
|
||||
|
||||
networks:
|
||||
traefik-proxy:
|
||||
external: true
|
||||
volumes:
|
||||
- ./sws.config.toml:/config.toml
|
||||
environment:
|
||||
- SERVER_CONFIG_FILE=/config.toml
|
||||
Loading…
Add table
Add a link
Reference in a new issue