This commit is contained in:
parent
b8fc26dc46
commit
b8152cbc39
|
|
@ -43,7 +43,7 @@ services:
|
|||
- POSTGRES_PASSWORD=${PGPASSWORD:-email_password}
|
||||
- POSTGRES_DB=${PGDATABASE:-email_db}
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- email_postgres_data:/var/lib/postgresql/data
|
||||
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
networks:
|
||||
- email-network
|
||||
|
|
|
|||
Loading…
Reference in New Issue