docs: add persistent project context and NPM deployment notes

This commit is contained in:
2026-04-13 20:15:51 +00:00
parent 89f705c533
commit 6095d53854
3 changed files with 141 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ services:
command:
- --configFile=/etc/traefik/traefik.yml
ports:
- "80:80"
- "443:443"
- "127.0.0.1:8288:80"
- "127.0.0.1:2288:443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik/traefik.yml:/etc/traefik/traefik.yml:ro