1
0
mirror of https://github.com/agibalovsa/-1C_DevOps.git synced 2026-05-02 20:22:19 +02:00
Files

18 lines
291 B
YAML
Raw Permalink Normal View History

2025-11-01 15:08:39 +03:00
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