schmelczer-dev/docker-compose.yml
schmelczerandras a57107f8a1 Fix ports
2020-08-12 18:57:23 +02:00

30 lines
549 B
YAML

version: "3.8"
services:
timeline:
init: true
image: schmelczera/timeline
networks:
- network
deploy:
replicas: 2
resources:
limits:
cpus: "0.5"
memory: 32M
reservations:
cpus: "0.2"
memory: 32M
placement:
max_replicas_per_node: 1
update_config:
parallelism: 1
failure_action: rollback
delay: 10s
monitor: 10s
restart_policy:
condition: on-failure
window: 30s
networks:
network: