fix
This commit is contained in:
parent
3d6c955240
commit
fad93012a1
@ -5,6 +5,7 @@ services:
|
|||||||
image: mathwave/sprint-repo:monitoring
|
image: mathwave/sprint-repo:monitoring
|
||||||
networks:
|
networks:
|
||||||
- clickhouse
|
- clickhouse
|
||||||
|
- monitoring
|
||||||
environment:
|
environment:
|
||||||
CLICKHOUSE_PASSWORD: $CLICKHOUSE_PASSWORD_PROD
|
CLICKHOUSE_PASSWORD: $CLICKHOUSE_PASSWORD_PROD
|
||||||
deploy:
|
deploy:
|
||||||
@ -18,3 +19,5 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
clickhouse:
|
clickhouse:
|
||||||
external: true
|
external: true
|
||||||
|
monitoring:
|
||||||
|
external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user