1
0
forked from noxious/server

Compare commits

...

3 Commits

Author SHA1 Message Date
86cbe3fdcb y 2025-02-08 15:19:07 +01:00
62e31c10d7 y 2025-02-08 15:12:04 +01:00
35fe0e6faa y 2025-02-08 15:07:54 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -43,14 +43,15 @@ services:
- "traefik.http.routers.app.middlewares=websocket"
traefik:
image: traefik:v2.10
image: traefik:v3.3.3
ports:
- "80:80"
- "443:443"
- "8080:8080"
volumes:
- traefik_data:/data
- ./etc/traefik/traefik.toml:/etc/traefik/traefik.toml
- ./traefik.toml:/etc/traefik/traefik.toml
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
networks:
- app-network