chore: bump nginx and cms to v0.1.1

This commit is contained in:
2026-04-29 20:40:34 +02:00
parent f3b663d36f
commit 1af2fafc5f

View File

@@ -11,8 +11,9 @@ name: libreshop-demo
# docker compose up -d # docker compose up -d
# open http://localhost:8080 # open http://localhost:8080
# #
# Component versions are pinned to v0.1.0 so the demo is reproducible # Component versions are pinned to specific releases so the demo is
# across hosts and survives rolling :main churn. # reproducible across hosts and survives rolling :main churn.
# nginx: v0.1.1, cms: v0.1.1, pdf/mail/shop: v0.1.0
services: services:
@@ -47,7 +48,7 @@ services:
" "
cms: cms:
image: git.librete.ch/libreshop/cms:${LIBRESHOP_CMS_TAG:-v0.1.0} image: git.librete.ch/libreshop/cms:${LIBRESHOP_CMS_TAG:-v0.1.1}
pull_policy: missing pull_policy: missing
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -148,7 +149,7 @@ services:
start_period: 30s start_period: 30s
nginx: nginx:
image: git.librete.ch/libreshop/nginx:${LIBRESHOP_NGINX_TAG:-v0.1.0} image: git.librete.ch/libreshop/nginx:${LIBRESHOP_NGINX_TAG:-v0.1.1}
pull_policy: missing pull_policy: missing
restart: unless-stopped restart: unless-stopped
ports: ports: