https://github.com/wger-project/docker
Production...ish docker-compose image for wger
https://github.com/wger-project/docker
django docker fitness hacktoberfest self-hosted wger workout
Last synced: 6 months ago
JSON representation
Production...ish docker-compose image for wger
- Host: GitHub
- URL: https://github.com/wger-project/docker
- Owner: wger-project
- License: agpl-3.0
- Created: 2020-09-10T14:44:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T18:42:12.000Z (12 months ago)
- Last Synced: 2024-10-29T18:35:00.677Z (12 months ago)
- Topics: django, docker, fitness, hacktoberfest, self-hosted, wger, workout
- Homepage:
- Size: 109 KB
- Stars: 134
- Watchers: 6
- Forks: 45
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker compose stacks for wger
Contains 3 docker compose environments:* prod (in root of this repository)
* dev (uses sqlite)
* dev-postgres (uses postgresql)The production Docker Compose file initializes a production environment with the
application server, a reverse proxy, a database, a caching server, and a Celery
queue, all configured. Data is persisted in volumes, if you want to use folders,
read the warning in the env file.**TLDR:** just do `docker compose up -d`
For more details, consult the documentation (and the config files):
* production:
* development:It is recommended to regularly pull the latest version of the compose file,
since sometimes new configurations or environmental variables are added.## Contact
Feel free to contact us if you found this useful or if there was something that
didn't behave as you expected. We can't fix what we don't know about, so please
report liberally. If you're not sure if something is a bug or not, feel free to
file a bug anyway.* Mastodon:
* Discord:
* Issue tracker:## Sources
All the code and the content is freely available:
*
## Licence
The application is licenced under the Affero GNU General Public License 3 or
later (AGPL 3+).