Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaostreff-flensburg/pretix-docker_compose
A full config to run pretix with docker-compose
https://github.com/chaostreff-flensburg/pretix-docker_compose
Last synced: 3 months ago
JSON representation
A full config to run pretix with docker-compose
- Host: GitHub
- URL: https://github.com/chaostreff-flensburg/pretix-docker_compose
- Owner: chaostreff-flensburg
- Created: 2019-02-02T22:19:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T13:25:56.000Z (about 1 year ago)
- Last Synced: 2024-07-14T12:39:30.899Z (4 months ago)
- Size: 2.93 KB
- Stars: 15
- Watchers: 15
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - chaostreff-flensburg/pretix-docker_compose - A full config to run pretix with docker-compose (others)
README
# pretix-docker_compose
A full config to run pretix with docker-composeCreate folderstructure
```
mkdir -p /mnt/docker/pretix/data
mkdir -p /mnt/docker/pretix/conf
chown -R 15371:15371 /mnt/docker/pretix/
mkdir -p /mnt/docker/pretix/mariadb
```Put your config file for the pretix installation to
```
/mnt/docker/pretix/conf/pretix.cfg
```Than run the docker-compose file and create a new cronjob to run the internal pretix jobs.
```
15,45 * * * * /usr/bin/docker exec pretix_app pretix cron
```After starting the stack navigate to:
https://pretix.yourdomain.com/control/The default user is: admin@localhost
And the default password is: admin
Change this settings!