update community-edition and postgres to latest versions
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
plausible:
|
plausible:
|
||||||
image: "ghcr.io/plausible/community-edition:v2.1"
|
image: "ghcr.io/plausible/community-edition:v2.1.4"
|
||||||
command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
|
command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_PLAUSIBLE
|
- SERVICE_FQDN_PLAUSIBLE
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
image: bytemark/smtp
|
image: bytemark/smtp
|
||||||
|
|
||||||
plausible_db:
|
plausible_db:
|
||||||
image: "postgres:14-alpine"
|
image: "postgres:16-alpine"
|
||||||
volumes:
|
volumes:
|
||||||
- "db-data:/var/lib/postgresql/data"
|
- "db-data:/var/lib/postgresql/data"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user