fix init container not having access to the redis service
This commit is contained in:
parent
4cfc85dbfd
commit
ac9cfd09ea
|
@ -65,9 +65,11 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- tactical-postgres
|
- tactical-postgres
|
||||||
- tactical-meshcentral
|
- tactical-meshcentral
|
||||||
|
- tactical-redis
|
||||||
networks:
|
networks:
|
||||||
- api-db
|
- api-db
|
||||||
- proxy
|
- proxy
|
||||||
|
- redis
|
||||||
volumes:
|
volumes:
|
||||||
- tactical_data:/opt/tactical
|
- tactical_data:/opt/tactical
|
||||||
- mesh_data:/meshcentral-data
|
- mesh_data:/meshcentral-data
|
||||||
|
|
Loading…
Reference in New Issue