chore: save current deployed state

This commit is contained in:
2026-04-21 11:01:45 +00:00
parent 605b269f74
commit 9eb3403f8c
3 changed files with 87 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ services:
command:
- --configFile=/etc/traefik/traefik.yml
ports:
- "127.0.0.1:8288:80"
- "127.0.0.1:2288:443"
- "0.0.0.0:8288:80"
- "0.0.0.0:2288:443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik/traefik.yml:/etc/traefik/traefik.yml:ro