mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
postgres compose update
This commit is contained in:
parent
e623e4d4bf
commit
17008f7840
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user