17 lines
274 B
YAML
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
|