Add docker compose watch

This commit is contained in:
2024-09-26 15:23:05 +02:00
parent d1006742ea
commit 872b3768a2

View File

@@ -30,6 +30,12 @@ services:
- "traefik.http.routers.priceless-newton.rule=Host(`stanrunge.dev`)" - "traefik.http.routers.priceless-newton.rule=Host(`stanrunge.dev`)"
- "traefik.http.routers.localhost.rule=Host(`localhost`)" - "traefik.http.routers.localhost.rule=Host(`localhost`)"
- "traefik.http.services.priceless-newton.loadbalancer.server.port=3000" - "traefik.http.services.priceless-newton.loadbalancer.server.port=3000"
develop:
watch:
- action: rebuild
path: ./packages/web_new
ignore:
- node_modules/
volumes: volumes:
db-data: db-data: