Skip to content
Open
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
6 changes: 3 additions & 3 deletions pailiah-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ services:
POSTGRES_PASSWORD: $THEMIS_POSTGRES_PASSWORD

themis-pgbackups:
image: prodrigestivill/postgres-backup-local:15
image: prodrigestivill/postgres-backup-local:18
container_name: themis-pgbackups
restart: always
user: $PUID:$PGID
Expand Down Expand Up @@ -389,7 +389,7 @@ services:
PGRST_JWT_SECRET: $NICE_JWT_SECRET

nice-pgbackups:
image: prodrigestivill/postgres-backup-local:15
image: prodrigestivill/postgres-backup-local:18
container_name: nice-pgbackups
restart: always
user: $PUID:$PGID
Expand Down Expand Up @@ -448,7 +448,7 @@ services:
PGRST_JWT_SECRET: $SANDIEGO_JWT_SECRET

sandiego-pgbackups:
image: prodrigestivill/postgres-backup-local:15
image: prodrigestivill/postgres-backup-local:18
container_name: sandiego-pgbackups
restart: always
user: $PUID:$PGID
Expand Down