Skip to content
Snippets Groups Projects
Commit e7a8e885 authored by Marco De Donno's avatar Marco De Donno
Browse files

Add the service description (web interface and redis db)

parents
No related branches found
No related tags found
No related merge requests found
version: '3.7'
services:
web:
image: cr.unil.ch/icnml_web
ports:
- 80:5000
deploy:
replicas: 10
resources:
reservations:
memory: 128M
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
update_config:
parallelism: 5
delay: 10s
failure_action: continue
order: start-first
redis:
image: cr.unil.ch/icnml_redis
deploy:
replicas: 1
resources:
reservations:
memory: 1024M
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
update_config:
parallelism: 1
delay: 10s
failure_action: continue
order: stop-first
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment