Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #73 from kmehant/patch-2
Browse files Browse the repository at this point in the history
Mention dependency of app service over db service
  • Loading branch information
Chuxel committed Jun 10, 2019
2 parents 457d916 + 1caef8c commit 04315ec
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ services:
# Overrides default command so things don't shut down after the process ends.
command: sleep infinity

links:
- db

db:
image: postgres
restart: always
ports:
- 5432:5432
environment:
POSTGRES_PASSWORD: LocalPassword
POSTGRES_PASSWORD: LocalPassword

0 comments on commit 04315ec

Please sign in to comment.