This commit is contained in:
Lorenzo Carbonell 2023-03-18 09:33:03 +01:00
parent a573c46eb0
commit 12ef27c9c4
1 changed files with 5 additions and 5 deletions

View File

@ -6,9 +6,9 @@ services:
image: postgres:latest image: postgres:latest
restart: always restart: always
environment: environment:
POSTGRES_USER - POSTGRES_USER
POSTGRES_PASSWORD - POSTGRES_PASSWORD
POSTGRES_DB - POSTGRES_DB
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
logging: logging:
@ -21,8 +21,8 @@ services:
image: dpage/pgadmin4 image: dpage/pgadmin4
restart: always restart: always
environment: environment:
PGADMIN_DEFAULT_EMAIL - PGADMIN_DEFAULT_EMAIL
PGADMIN_DEFAULT_PASSWORD - PGADMIN_DEFAULT_PASSWORD
volumes: volumes:
- pgadmin:/var/lib/pgadmin - pgadmin:/var/lib/pgadmin
logging: logging: