postgres compose update

This commit is contained in:
marcel-dempers 2022-11-14 21:14:52 +11:00
parent e623e4d4bf
commit 17008f7840

View File

@ -1,10 +1,14 @@
version: '3.1'
services:
db:
image: postgres
image: postgres:15.0
restart: always
environment:
POSTGRES_PASSWORD: example
POSTGRES_PASSWORD: admin123
ports:
- 5000:5432
volumes:
- ./pgdata:/var/lib/postgresql/data
adminer:
image: adminer
restart: always