Skip to content

Commit 8dcf869

Browse files
committed
fix: pg backups
1 parent 076a1c8 commit 8dcf869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.shared.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
POSTGRES_USER: 'user'
2626
POSTGRES_PASS: 'admin'
2727
POSTGRES_PORT: '5432'
28-
POSTGRES_HOST: 'postgres'
28+
POSTGRES_HOST: 'postgres-old'
2929
REMOVE_BEFORE: '30'
3030
STORAGE_BACKEND: 'S3'
3131
HOST_BASE: 's3.amazonaws.com'

0 commit comments

Comments
 (0)