Something went wrong on our end
-
Marco De Donno authored
Update the docker image of ICNML to the commit c00d0fd4 (http://esc-md-git.unil.ch/ICNML/docker/commit/c00d0fd4d0589152e2781a7289ce7a89ece2fe2b) Regards, the CICD
Marco De Donno authoredUpdate the docker image of ICNML to the commit c00d0fd4 (http://esc-md-git.unil.ch/ICNML/docker/commit/c00d0fd4d0589152e2781a7289ce7a89ece2fe2b) Regards, the CICD
docker-compose.yml.template 1.33 KiB
version: '3.7'
services:
web:
image: cr.unil.ch/icnml_web:c00d0fd4
ports:
- 80:5000
env_file:
- ${CONFIGURATION}
volumes:
- /etc/localtime:/etc/localtime:ro
healthcheck:
test: [ "CMD", "curl", "-k", "--fail", "https://localhost:5000/ping" ]
interval: 30s
timeout: 10s
retries: 1
deploy:
replicas: 10
resources:
reservations:
memory: 256M
restart_policy:
condition: any
delay: 5s
update_config:
parallelism: 5
delay: 10s
failure_action: rollback
order: start-first
redis:
image: cr.unil.ch/icnml_redis
deploy:
replicas: 1
resources:
reservations:
memory: 1024M
restart_policy:
condition: any
delay: 5s
update_config:
parallelism: 1
delay: 10s
failure_action: rollback
order: stop-first
networks:
default:
driver: overlay
ipam:
driver: default
config:
- subnet: 10.254.252.0/24