Skip to content

Commit b1f35be

Browse files
Postgres 18 alpine
1 parent 87c2bb8 commit b1f35be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ services:
1212
build:
1313
context: .
1414
args:
15-
ALPINE_VERSION: '3.16'
15+
ALPINE_VERSION: 'edge'
16+
PG_VERSION: '18.0'
1617
environment:
17-
SCHEDULE: '@weekly' # optional
18+
SCHEDULE: '@daily' # optional
1819
BACKUP_KEEP_DAYS: 7 # optional
1920
PASSPHRASE: passphrase # optional
2021
S3_REGION:

0 commit comments

Comments
 (0)