updating docker-compose to pg16 + increase shm size

This commit is contained in:
Ruben Fiszel
2024-02-11 23:58:34 +01:00
parent fcf99217c5
commit 92639a15d3
+2 -1
View File
@@ -5,7 +5,8 @@ services:
deploy:
# To use an external database, set replicas to 0 and set DATABASE_URL to the external database url in the .env file
replicas: 1
image: postgres:14
image: postgres:16
shm_size: 1g
restart: unless-stopped
volumes:
- db_data:/var/lib/postgresql/data