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

Use the cr.unil.ch registry as image name

parent 4a4bde0d
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ version: '3.7' ...@@ -2,7 +2,7 @@ version: '3.7'
services: services:
web: web:
build: ./web build: ./web
image: icnml_web image: cr.unil.ch/icnml_web
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
redis: redis:
build: redis build: redis
image: icnml_redis image: cr.unil.ch/icnml_redis
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
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