We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570bfd1 commit 4b2e433Copy full SHA for 4b2e433
docker-compose-prod.yml
@@ -51,14 +51,13 @@ services:
51
max-size: "100m"
52
53
db:
54
- image: postgres:10.23-bullseye
+ image: postgres:14.20-bookworm
55
restart: unless-stopped
56
# environment:
57
# POSTGRES_USER: postgres
58
# POSTGRES_PASSWORD: password
59
- # persist the database between containers by storing it in a volume
60
volumes:
61
- - fablabsio_fablabs-postgres:/var/lib/postgresql/data
+ - postgres-14-data:/var/lib/postgresql/data
62
networks:
63
- internal
64
logging:
@@ -120,8 +119,7 @@ services:
120
119
max-size: "10m"
121
122
123
- fablabsio_fablabs-postgres:
124
- external: true
+ postgres-14-data:
125
126
127
internal:
0 commit comments