Add docker compose watch
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user