App update
diff --git a/docker-compose.yml.template b/docker-compose.yml.template index c5c7d9c..fa4dd74 100644 --- a/docker-compose.yml.template +++ b/docker-compose.yml.template @@ -7,4 +7,7 @@ services: redis: build: redis image: cr.unil.ch/icnml_redis:$CI_COMMIT_SHORT_SHA - + + rmq: + build: rmq + image: cr.unil.ch/icnml_rmq:$CI_COMMIT_SHORT_SHA Submodule web/app fd9e5ef..428ff7f: > Remove useless variables > Move the index.html page to the base view > Change the admin default home-page
Loading