Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guacamole/src/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
# detects an older PGDATA and runs `pg_upgrade` in place before starting — so an
# existing install's data migrates automatically across the Postgres major. A
# fresh install just initializes a new PG18 cluster (and runs the schema below).
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83
environment:
POSTGRES_DB: guacamole_db
POSTGRES_USER: guacamole_user
Expand Down
2 changes: 1 addition & 1 deletion src/mealie/src/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
# pgautoupgrade: on boot, detects an older PGDATA and runs `pg_upgrade` in place
# before starting — so an existing install's data migrates across the Postgres
# major automatically. A fresh install just initializes a new PG18 cluster.
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83
environment:
POSTGRES_USER: "mealie"
# Must match the mealie service's POSTGRES_PASSWORD default above.
Expand Down
2 changes: 1 addition & 1 deletion src/paperless-ngx/src/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
# pgautoupgrade: on boot, detects an older PGDATA and runs `pg_upgrade` in place
# before starting — so an existing install's data migrates across the Postgres
# major automatically. A fresh install just initializes a new PG18 cluster.
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83
environment:
POSTGRES_DB: paperless
POSTGRES_USER: paperless
Expand Down
4 changes: 2 additions & 2 deletions src/postiz/src/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
# pgautoupgrade: on boot, detects an older PGDATA and runs `pg_upgrade` in place
# before starting — so an existing install's data migrates across the Postgres
# major automatically. A fresh install just initializes a new PG18 cluster.
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83
environment:
POSTGRES_USER: postiz-user
POSTGRES_PASSWORD: postiz-password
Expand Down Expand Up @@ -128,7 +128,7 @@ services:
# postiz-postgres). Temporal's own databases (`temporal` and, from auto-setup,
# `temporal_visibility`) — quiesced by its own backup@1 participation, same as
# the primary Postiz database.
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:19f988b90c8d0ad9c7edd70cf23c83e069abd8a57f0fdce0373588ddaf189894
image: pgautoupgrade/pgautoupgrade:18-alpine@sha256:eeea89559ea86833979c00171be6eb09a76e846ef4e75c988ca592c9467cfb83
environment:
POSTGRES_USER: temporal
POSTGRES_PASSWORD: temporal
Expand Down
Loading