🐳 Dockerfiles samples/templates
This repository contains Dockerfiles samples/templates for popular services.
Parameter
Description
MONGO_USER
The username for the MongoDB database.
MONGO_PASSWORD
The password for the MongoDB database.
MONGO_PORT
The port for the MongoDB database.
Parameter
Description
MONGO_REPLICA_SET_USER
The username for the MongoDB replica set.
MONGO_REPLICA_SET_PASSWORD
The password for the MongoDB replica set.
MONGO_REPLICA_SET_PORT
The port for the MongoDB replica set.
Parameter
Description
MYSQL_DATABASE
The name of the MySQL database.
MYSQL_USER
The username for the MySQL database.
MYSQL_PASSWORD
The password for the MySQL database.
MYSQL_ROOT_PASSWORD
The password for the root user of the MySQL database.
MYSQL_PORT
The port for the MySQL database.
Parameter
Description
REDIS_REPLICATION_MODE
The replication mode for Redis.
REDIS_PASSWORD
The password for Redis.
REDIS_PORT
The port for Redis.
Contributions are welcome! Please feel free to open a pull request if you have any improvements or additions to make.
This project is licensed under the MIT License.