Added redis service to network
This commit is contained in:
parent
7b5e0091ef
commit
a577053c0b
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ services:
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
networks:
|
||||||
|
- fyp-network
|
||||||
|
|
||||||
fyp-celery-dev:
|
fyp-celery-dev:
|
||||||
container_name: fyp-celery-dev
|
container_name: fyp-celery-dev
|
||||||
|
|
@ -67,6 +69,8 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
fyp-postgres-prod:
|
fyp-postgres-prod:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
networks:
|
||||||
|
- fyp-network
|
||||||
|
|
||||||
fyp-watchtower-prod:
|
fyp-watchtower-prod:
|
||||||
container_name: fyp-watchtower-prod
|
container_name: fyp-watchtower-prod
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue