From 872b3768a2819f6dd2866da387a839065c102435 Mon Sep 17 00:00:00 2001 From: Stan Runge Date: Thu, 26 Sep 2024 15:23:05 +0200 Subject: [PATCH] Add docker compose watch --- compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compose.yml b/compose.yml index c54e1c4..789cf08 100644 --- a/compose.yml +++ b/compose.yml @@ -30,6 +30,12 @@ services: - "traefik.http.routers.priceless-newton.rule=Host(`stanrunge.dev`)" - "traefik.http.routers.localhost.rule=Host(`localhost`)" - "traefik.http.services.priceless-newton.loadbalancer.server.port=3000" + develop: + watch: + - action: rebuild + path: ./packages/web_new + ignore: + - node_modules/ volumes: db-data: