Реплики в docker-compose.yml вместо нескольких стеков.
This commit is contained in:
parent
d359e0ece2
commit
a1b33b38ad
@ -3,6 +3,8 @@ services:
|
|||||||
image: git.expertdwh.ru/ewh/expertisa:master
|
image: git.expertdwh.ru/ewh/expertisa:master
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
deploy:
|
||||||
|
replicas: 3
|
||||||
configs:
|
configs:
|
||||||
- source: app_config
|
- source: app_config
|
||||||
target: /data/application.yaml
|
target: /data/application.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user