1
0
Fork 0

docker-compose: Replace deprecated links with service dependencies

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/834/head
Vasilis Tsiligiannis 2019-12-20 01:57:49 +02:00
parent 3803d0e45b
commit f76a4e19c6
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ services:
celery:
build:
context: '.'
links:
depends_on:
- 'db'
- 'redis'
environment:
@ -34,7 +34,7 @@ services:
image: 'satnogs-network'
ports:
- '8000:8000'
links:
depends_on:
- 'db'
- 'redis'
environment: