This commit is contained in:
Shlee 2025-05-06 15:05:46 +00:00 committed by GitHub
commit 1b0c8bb1b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@
services:
db:
restart: always
image: postgres:14-alpine
image: postgres:17-alpine
shm_size: 256mb
networks:
- internal_network
healthcheck:
test: ['CMD', 'pg_isready', '-U', 'postgres']
volumes:
- ./postgres14:/var/lib/postgresql/data
- ./postgres17:/var/lib/postgresql/data
environment:
- 'POSTGRES_HOST_AUTH_METHOD=trust'