Note that these templates are intended for development purposes only.
Each template contains a .env.example
file that defines many common environment variables. Copy and rename this file
to .env
. Changing the default values is highly recommended, especially by setting randomly generated passwords.
Then, start a service using make
:
make start SERVICE=postgres
or using docker-compose
directly:
docker-compose -f ./templates/postgres/docker-compose.yml up
Name | Pulls | Version |
---|---|---|
minio |
||
mongo |
||
mysql |
||
postgres |
||
rabbitmq |
||
redis |