Fix the environment variables.

This commit is contained in:
Andrea Dell'Amico 2022-07-11 10:53:27 +02:00
parent ac77827d0b
commit 945e5d27d2
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 3 deletions

View File

@ -39,9 +39,9 @@ services:
ephemera_postgres_db:
image: postgres
environment:
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
networks:
- ephemera-net
volumes: