battleship-front/.deploy/deploy-prod.yaml
Administrator 57a316305c fix
2022-08-22 15:19:18 +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