Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 151f3f256c | |||
| 099d91db0b |
+4
-4
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: framasoft/mobilizon:4.1.0
|
||||
image: docker.io/kaihuri/mobilizon:5.2.2
|
||||
environment:
|
||||
- MOBILIZON_INSTANCE_NAME
|
||||
- MOBILIZON_INSTANCE_HOST=https://$DOMAIN
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.1+4.1.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.2.0+5.2.2"
|
||||
## Redirect from EXTRA_DOMAINS to DOMAIN
|
||||
#- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||
#- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||
@@ -75,7 +75,7 @@ services:
|
||||
- backend
|
||||
secrets:
|
||||
- db_password
|
||||
image: postgis/postgis:15-3.4
|
||||
image: docker.io/postgis/postgis:15-3.4
|
||||
volumes:
|
||||
- "db:/var/lib/postgresql/data"
|
||||
environment:
|
||||
@@ -110,4 +110,4 @@ configs:
|
||||
app_entrypoint:
|
||||
name: ${STACK_NAME}_app_entrypoint_${APP_ENTRYPOINT_VERSION}
|
||||
file: entrypoint.sh.tmpl
|
||||
template_driver: golang
|
||||
template_driver: golang
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ALERTA ALERTA: This is a major update to the mobilizon image, bad things could happen if you do not take a backup. You may also be expected to run a database migration https://docs.mobilizon.org/3.%20System%20administration/upgrading/release/
|
||||
Reference in New Issue
Block a user