fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 56s
Deploy Dev / Push (pull_request) Successful in 35s
Deploy Dev / Deploy dev (pull_request) Successful in 11s

This commit is contained in:
Egor Matveev 2025-06-13 00:41:33 +03:00
parent 58bef54fa8
commit 7353809a7e

View File

@ -5,6 +5,7 @@ services:
image: mathwave/sprint-repo:monitoring image: mathwave/sprint-repo:monitoring
networks: networks:
- common-infra-nginx-development - common-infra-nginx-development
- clickhouse-development
deploy: deploy:
mode: replicated mode: replicated
restart_policy: restart_policy:
@ -16,3 +17,5 @@ services:
networks: networks:
common-infra-nginx-development: common-infra-nginx-development:
external: true external: true
clickhouse-development:
external: true