-
Notifications
You must be signed in to change notification settings - Fork 46
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
Install via Portainer fails #73
Comments
Spacing on docker-compose file examples isn't showing up correctly above, but in the file, I've confirmed that it is indeed correct. |
hi! I also think this is some configuration problem, the application itself doesn't really care. I'm not sure how portainer works or what options from the compose file it understands, but if it creates the wger network from it, you shouldn't need to change the 8000 port, as it is only used internally and isn't exposed to the host. I'll try to install portainer locally and see what happens |
Thanks - I had tried installing without changing the ports as well and still received errors (though they may have been different; I’ll have to try again to double check the error when I’m back at the computer). |
When simply copying & pasting the docker-compose.yaml contents from the repo to Portainer, I get
The numbered directory (96, above) increments by one each time that I try to deploy with that compose file. |
I suggest you do it via docker compose. Portainer‘s stack function has certain limitations and I ran into the same problem trying to get it running via portainer. |
That’s helpful to know. Do you know what limitations the program is hitting in portainer? I haven’t had this issue with some of the other service I’ve deployed via portianer and so I really would like to deploy it so I can manage it entirely as a stack. The stacks, as a grouping of containers, are particularly convenient so that I know which containers apply to which services. |
Sorry, I can‘t tell you. I just read that in a documentation to a much-used container that advised not to use portainer‘s stack function. It was a credible source, I hope. 😅 |
It's possible that this is not connected directly to
wger
, but I have not been able to get the app to install via portainer regardless of the method. I want to maintain the app via Portainer because 1) I'm not super familiar w/ Docker, and 2) I'd like to have the logs, etc. of all my services accessible from a single UI.System info:
Repository method (setup)
Repository method (result)
Web editor method (setup)
docker-compose.yaml
file from repoWeb editor method (result)
Other things I've tried:
.env
file paths per this thread.env
paths altogether:
) volume paths (per the thread mentioned in bullet Volumes should be relative/absolute paths to allow for data to be persistent #1)prod.env
file`) manually in the VM running PortainerThe text was updated successfully, but these errors were encountered: