mirror of https://github.com/VinGarcia/ksql.git
Improve postgres container in docker-compose.yml
Now the postgres container will create the ksql database automatically.pull/2/head
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…
Reference in New Issue