Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Database Integration #1

@ralvares

Description

@ralvares

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions