chore: publish 3.0.0+v2.0.0 release

This commit is contained in:
3wc 2023-11-09 19:20:28 +00:00
parent a30993cdb1
commit 1a29f24eba
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: plausible/analytics:v1.5.1
image: plausible/analytics:v2.0.0
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
- db
@ -28,9 +28,9 @@ 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=2.0.0+v1.5.1
- coop-cloud.${STACK_NAME}.version=3.0.0+v2.0.0
db:
image: postgres:13.11
image: postgres:13.12
configs:
- source: db_entrypoint
target: /docker-entrypoint.sh