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

Dockerization needs fixing to work with the solve tracker #137

Open
Grazfather opened this issue Jun 25, 2018 · 3 comments
Open

Dockerization needs fixing to work with the solve tracker #137

Grazfather opened this issue Jun 25, 2018 · 3 comments

Comments

@Grazfather
Copy link
Contributor

Solve tracker has a setting that points to the git repo where solves are to be committed. This directory would need to be included in the docker image (and should probably be a volume so that changes are seen outside of the container)

@Kileak
Copy link
Collaborator

Kileak commented Aug 13, 2018

@Grazfather
Does this still needs "fixing" or isn't your solution of mounting it as a volume fine?

@Grazfather
Copy link
Contributor Author

Mounting as a volume works. Technically we could add a clone command to the Dockerfile, the risk there is that we make commits, don't push, and then when the image goes down we lose the commit.

If we keep using a volume, we may want to use docker-compose to start up the container with the volume mounted. Let me think of this when I get back home.

@r00tdaemon
Copy link
Contributor

You can use staticman for solve tracker as done in #179

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

No branches or pull requests

3 participants