mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-05-31 11:42:25 +00:00
Improve postgres container in docker-compose.yml
Now the postgres container will create the ksql database automatically.
This commit is contained in:
parent
2a38ae3998
commit
682f99b495
@ -15,6 +15,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_DB=${DB_NAME:-ksql}
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
|
Loading…
x
Reference in New Issue
Block a user