1
0
forked from noxious/server

Compare commits

...

4 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
bcc5c0bca3 a 2025-02-08 15:05:00 +01:00
2 changed files with 2 additions and 1 deletions

View File

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