2
0
Fork 0
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:
asonix 2024-07-19 17:36:22 -05:00
parent e740998f96
commit 2d92cd861d
2 changed files with 2 additions and 2 deletions

View file

@ -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.key ./etc/
COPY --chown=0:70 --chmod=640 ./out/postgres.crt ./etc/ COPY --chown=0:70 --chmod=640 ./out/postgres.crt ./etc/

View file

@ -39,7 +39,7 @@ services:
# - ./storage/minio:/mnt # - ./storage/minio:/mnt
garage: garage:
image: dxflrs/garage:v0.9.0 image: dxflrs/garage:v1.0.0
ports: ports:
- "3900:3900" - "3900:3900"
- "3901:3901" - "3901:3901"