updated docker-compose file (#427)
This commit is contained in:
committed by
GitHub
parent
f13f679e79
commit
31c8cba19c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user