Newer
Older
FORESTIER Fabien
committed
version: "3"
FORESTIER Fabien
committed
build: .
Alessandro CERIONI
committed
image: registry.forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/custom-apps/web-app:${TAG}
- ./nginx.conf.template:/etc/nginx/nginx.conf.template
- ${WEB_APP_BIND_PORT}:8080
command: >
/bin/sh -c
'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;"'