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:
|
||||
- tactical-postgres
|
||||
- tactical-meshcentral
|
||||
- tactical-redis
|
||||
networks:
|
||||
- api-db
|
||||
- proxy
|
||||
- redis
|
||||
volumes:
|
||||
- tactical_data:/opt/tactical
|
||||
- mesh_data:/meshcentral-data
|
||||
|
|
Loading…
Reference in New Issue