Improve postgres container in docker-compose.yml

Now the postgres container will create the ksql database
automatically.
pull/2/head
Vinícius Garcia 2021-06-24 21:43:21 -03:00
parent 2a38ae3998
commit 682f99b495
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ services:
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=${DB_NAME:-ksql}
mysql:
image: mysql