-
Notifications
You must be signed in to change notification settings - Fork 0
Install instructions
Edipo Vinicius da Silva edited this page Jan 13, 2018
·
1 revision
Install instructions
use the docker-docker-compose.[env-you-prefer].yml to define the ENV VARS according to your needs:
DB_USER=example
DB_PASS=example
DB_NAME=example
DB_HOST=example
also check the Dockerfile[env-you-prefer] to ensure you have all the ENV VARS
Happy Path:
Create the image and run the container with docker-compose:
docker-compose -f docker-compose.development.yml up
This will run the redmine and db container
Go to localhost:10083 (or the port you choose) and access the app.