diff --git a/compose.yml b/compose.yml index 624585c..581e01a 100644 --- a/compose.yml +++ b/compose.yml @@ -15,7 +15,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.middlewares.${STACK_NAME}.forwardauth.address=http://${STACK_NAME}_app:3000/api/auth/traefik" ## When you're ready for release, run "abra recipe sync " to set this - - "coop-cloud.${STACK_NAME}.version=" + - "coop-cloud.${STACK_NAME}.version=1.0.0+v4" environment: APP_URL: "https://${DOMAIN}" DISABLE_ANALYTICS: "true"