You've already forked rarus_1c_devops
mirror of
https://github.com/agibalovsa/-1C_DevOps.git
synced 2026-05-02 20:22:19 +02:00
18 lines
291 B
YAML
18 lines
291 B
YAML
|
|
services:
|
||
|
|
|
||
|
|
step-ca-cli:
|
||
|
|
|
||
|
|
networks:
|
||
|
|
- step_ca_cli_network
|
||
|
|
|
||
|
|
deploy:
|
||
|
|
mode: global
|
||
|
|
placement:
|
||
|
|
constraints:
|
||
|
|
- "node.hostname == ${STEP_CA_NODE}"
|
||
|
|
|
||
|
|
networks:
|
||
|
|
step_ca_cli_network:
|
||
|
|
name: "${STEP_CA_NETWORK:-step_ca_cli_network}"
|
||
|
|
external: true
|