battleship-front/.deploy/deploy-prod.yaml
Administrator b94775b8c8 deploy
2022-08-22 15:17:03 +03:00

17 lines
274 B
YAML

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