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: