battleship-front/.deploy/deploy-dev.yaml
Administrator 0973531401 fix
2022-08-22 15:20:26 +03:00

20 lines
325 B
YAML

version: "3.4"
services:
frontend:
image: mathwave/sprint-repo:battleship-front
networks:
- battleship-net
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
battleship-net:
driver: overlay