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
{{ message }}
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
Create database using the file git2docker_db.conf.
Compatible with: MySQL, Redis, PostgreSQL.
Example for mysql:
image=mysql
user=dbuser
password=dbpass
database=dbname
Example for Redis:
image=redis
Example for PostgreSQL:
image=postgresql
user=dbuser
password=dbpass
database=dbname
The git2docker will read the git2docker_db.conf file and provide a database and link with application container.