Compare commits

...

2 Commits

Author SHA1 Message Date
vdietrich
3d6234ce83 chore: publish 1.0.0+0.5.1 release 2025-02-26 16:02:03 +01:00
vdietrich
d7628d0f04 fixed image version 2025-02-26 16:00:38 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: dock.mau.dev/maubot/maubot:latest
image: dock.mau.dev/maubot/maubot:0.5.1
environment:
- HOMESERVER_HOST
- HOMESERVER_URL
@ -33,7 +33,7 @@ services:
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version="
- "coop-cloud.${STACK_NAME}.version=1.0.0+0.5.1"
#healthcheck:
#test: ["CMD", "curl", "-f", "http://localhost"]
#interval: 30s

1
release/1.0.0+0.5.1 Normal file
View File

@ -0,0 +1 @@
initial release