Change links to depends_on

This commit is contained in:
Pavle Portic 2019-05-29 10:17:35 +02:00
parent 9f530356ad
commit 44ccf9dc22
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 2 additions and 3 deletions

View File

@ -19,8 +19,7 @@ services:
restart: unless-stopped
ports:
- ::1:8019:80
- 127.0.0.1:8019:80
links:
depends_on:
- backend
backend:
@ -44,6 +43,6 @@ services:
DB_HOST: db
DB_PORT: 5432
PERKS_DIR: /app/static/perks
links:
depends_on:
- db