Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zpascal/pretix-docker-compose
The repository includes a Pretix Docker compose configuration
https://github.com/zpascal/pretix-docker-compose
Last synced: 20 days ago
JSON representation
The repository includes a Pretix Docker compose configuration
- Host: GitHub
- URL: https://github.com/zpascal/pretix-docker-compose
- Owner: ZPascal
- License: apache-2.0
- Created: 2024-05-01T20:48:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T19:39:04.000Z (3 months ago)
- Last Synced: 2024-10-19T06:04:58.318Z (2 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pretix Docker-Compose setup
The repository includes a [Pretix](https://pretix.eu/about/de/) docker-compose configuration for local development.## Usage
You can execute `docker-compose up -d --build --force-recreate` to start and build all related containers.
### Version information
| **Version** | **Description** |
|:-----------:|:----------------------:|
| 1.1.0 | Includes PostgreSQL 16 |
| 1.0.0 | Includes PostgreSQL 13 |### Cronjobs
It is possible to adapt the `pretixuser` crontab entries by modifying the [crontab](docker/pretix/crontab.bak) file.
## TLS setup
You can specify the used TLS certificates by adapting the mounted [certificate](docker/pretix/files/config/ssl/domain.crt) and [key](docker/pretix/files/config/ssl/domain.key) e.g. from Let's Encrypt or generating new self-signed certificates by following the [manual](scripts/EXAMPLE-CERT-CREATION.md) and moving the generated files. It is also possible to adapt the [used](docker/pretix/nginx/nginx.conf) Nginx configuration.
## Contribution
If you would like to contribute something, have an improvement request, or want to make a change inside the code, please open a pull request.## Support
If you need support, or you encounter a bug, please don't hesitate to open an issue.## Donations
If you want to support my work, I ask you to take an unusual action inside the open source community. Donate the money to a non-profit organization like Doctors Without Borders or the Children's Cancer Aid. I will continue to build tools because I like them, and I am passionate about developing and sharing applications.## License
This product is available under the Apache 2.0 license.