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

remove docker directory add Dockerfile to root directory. #64

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

ylmcc
Copy link
Collaborator

@ylmcc ylmcc commented Mar 17, 2021

#49 This will build the docker image, some things to note:
This only builds the cli and engine as the UI is being revamped. Once that is done I will look at adding the UI to the image.

You will need to modify /root/odin-config.yml > mongo > address using the command
sed -i 's/localhost:27017/YOUR_MONGO_IP_HERE:MONGO_PORT_HERE/' odin-config.yml

As the yml file is currently like this:
odin: master: "localhost port: "3939" mongo: address: "mongodb://localhost:27017"

Once you have edited it, you can restart the container and the change should be persistent.

@ylmcc ylmcc merged commit 87b541f into theycallmemac:docker_branch Mar 17, 2021
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