split docker compose file

This commit is contained in:
2025-03-27 13:34:17 +01:00
parent 6ec45fc9db
commit d94c558989
11 changed files with 143 additions and 105 deletions

View File

@@ -0,0 +1,10 @@
services:
app:
build:
context: ../..
dockerfile: docker/Dockerfile
depends_on:
flyway:
condition: service_completed_successfully
postgresql:
condition: service_healthy