updated docker-compose file (#427)

This commit is contained in:
Saleh Mohammad Musa
2024-12-16 03:47:24 -05:00
committed by GitHub
parent f13f679e79
commit 31c8cba19c

View File

@@ -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