diff --git a/compose.yml b/compose.yml index 62f79b1..3ad0435 100644 --- a/compose.yml +++ b/compose.yml @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=0.0.0+20230927" + - "coop-cloud.${STACK_NAME}.version=0.1.0+20231116_01" configs: &configs - source: entrypoint_sh target: /usr/local/bin/entrypoint.sh