An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

wger logo

# 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+).