Skip to content
Snippets Groups Projects
Commit 151f4506 authored by Alessandro CERIONI's avatar Alessandro CERIONI
Browse files

Updated Docker image name, in order to use the container registry hosted by forge.grandlyon.com

parent ef7e3400
Branches
No related tags found
1 merge request!56Version 2.4.0
Pipeline #1824 passed
......@@ -4,7 +4,7 @@ services:
nginx-app:
restart: unless-stopped
build: .
image: registry.alpha.grandlyon.com/refonte-data/portail-data:${TAG}
image: registry.forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/custom-apps/web-app:${TAG}
volumes:
- ./nginx.conf.template:/etc/nginx/nginx.conf.template
- ${CONFIG_FILE_PATH}:/usr/share/nginx/html/assets/config/config.json
......@@ -16,4 +16,4 @@ services:
'sed "s#<MATOMO_SITE_ID>#$MATOMO_SITE_ID#g; s#<MATOMO_SERVER_URL>#$MATOMO_SERVER_URL#g" /etc/nginx/nginx.conf.template
> /etc/nginx/conf.d/default.conf
&& nginx -g "daemon off;"'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment