mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Docker env: update postgres, garage
This commit is contained in:
parent
e740998f96
commit
2d92cd861d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM postgres:15-alpine
|
||||
FROM postgres:16-alpine
|
||||
|
||||
COPY --chown=0:70 --chmod=640 ./out/postgres.key ./etc/
|
||||
COPY --chown=0:70 --chmod=640 ./out/postgres.crt ./etc/
|
||||
|
|
|
@ -39,7 +39,7 @@ services:
|
|||
# - ./storage/minio:/mnt
|
||||
|
||||
garage:
|
||||
image: dxflrs/garage:v0.9.0
|
||||
image: dxflrs/garage:v1.0.0
|
||||
ports:
|
||||
- "3900:3900"
|
||||
- "3901:3901"
|
||||
|
|
Loading…
Reference in a new issue