You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the great things about e.g. the official postgres image is that you can specify a POSTGRES_DB environment variable, and it will automatically create a database with that name. This saves you from having to have some kind of db setup script to create the database, user, etc.
It would be awesome if the kinesalite image had similar functionality. If I specify a KINESIS_STREAM or something like that, it could create that stream when initialising the container, and then I can just use it right away.
The text was updated successfully, but these errors were encountered:
One of the great things about e.g. the official postgres image is that you can specify a
POSTGRES_DB
environment variable, and it will automatically create a database with that name. This saves you from having to have some kind of db setup script to create the database, user, etc.It would be awesome if the kinesalite image had similar functionality. If I specify a
KINESIS_STREAM
or something like that, it could create that stream when initialising the container, and then I can just use it right away.The text was updated successfully, but these errors were encountered: