Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added docker-compose #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dr-edmond-merkle
Copy link
Contributor

@dr-edmond-merkle dr-edmond-merkle commented Nov 3, 2019

docs: updated README.md for docker-compose instructions

build(docker-compose): added a docker-compose.yml

Added a docker-compose.yml to simplify running locally in docker.

Replicates the README.md directions of
docker run -p 80:80 -dit --restart always -v $(pwd):/usr/src/dbt --name dsiprouter-app dsiprouter

QA:
[-] checkout repository
[-] confirm that you have docker/docker-compose installed with

docker version 18.06.0
docker compose version 3.7
[-] execute docker-compose up, confirm there are no errors from the
logs
[-] confirm the site is available at http://localhost
[-] take a second to enjoy the magnificence of the sun

Added a `docker-compose.yml` to simplify running locally in docker.

Replicates the `README.md` directions of
`docker run -p 80:80 -dit --restart always -v $PATH:/usr/src/dbt --name dsiprouter-app  dsiprouter`

QA:
[-] checkout repository
[-] confirm that you have docker/docker-compose installed with
- docker version 18.06.0
- docker compose version 3.7
[-] execute `docker-compose up`, confirm there are no errors from the
logs
[-] confirm the site is available at http://localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant