diff --git a/docker-compose.yaml b/docker-compose.yaml index 47fd6746f..9931bce73 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,6 +10,8 @@ services: environment: DATABASE_URL: "postgres://postgres:postgres@db:5432/horilla" command: ./entrypoint.sh + volumes: + - ./horilla:/app/horilla depends_on: db: condition: service_healthy