From ac00b15e9972be3f068e6f78e70e877c350ddff6 Mon Sep 17 00:00:00 2001 From: AngRobert Date: Wed, 29 Apr 2026 13:34:49 +0300 Subject: [PATCH] fix: add missing postgres_data volume and restore develop config --- docker-compose.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a932c20..78d15cc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,4 +44,14 @@ services: depends_on: db: condition: service_healthy - # ... rest of your develop/watch config \ No newline at end of file + develop: + watch: + - path: ./src/main/resources/static + action: sync + target: /app/resources/static + - path: ./pom.xml + action: rebuild + - path: ./src + action: rebuild +volumes: + postgres_data: