Compare commits

...

1 Commits

Author SHA1 Message Date
Marcel
b1ff624c98 fix(infra): pin GlitchTip image to 6.1.6 (v4 tag never existed)
glitchtip/glitchtip:v4 is not a real tag — GlitchTip does not use a
v-prefix in its Docker image versioning. Latest stable release is 6.1.6.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 17:53:13 +02:00

View File

@@ -184,7 +184,7 @@ services:
- obs-net - obs-net
obs-glitchtip: obs-glitchtip:
image: glitchtip/glitchtip:v4 image: glitchtip/glitchtip:6.1.6
container_name: obs-glitchtip container_name: obs-glitchtip
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@@ -207,7 +207,7 @@ services:
- obs-net - obs-net
obs-glitchtip-worker: obs-glitchtip-worker:
image: glitchtip/glitchtip:v4 image: glitchtip/glitchtip:6.1.6
container_name: obs-glitchtip-worker container_name: obs-glitchtip-worker
restart: unless-stopped restart: unless-stopped
command: ./bin/run-celery-with-beat.sh command: ./bin/run-celery-with-beat.sh