Mise à jour de 'docker-compose.yml'
This commit is contained in:
parent
a61a76d613
commit
cf8b4e8157
@ -16,11 +16,14 @@ services:
|
||||
environment:
|
||||
- POSTGRES_USER=app
|
||||
- POSTGRES_PASSWORD=apppa55word
|
||||
db:
|
||||
pgadmin:
|
||||
restart: unless-stopped
|
||||
image: dpage/pgadmin4:7.0
|
||||
environment:
|
||||
- PGADMIN_DEFAULT_PASSWORD=pgpa55word
|
||||
- PGADMIN_DEFAULT_EMAIL=pgapp
|
||||
- PGADMIN_LISTEN_PORT=8888
|
||||
ports:
|
||||
- "8888:8888"
|
||||
volumes:
|
||||
dbdata:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user