This repository contains a docker-compose setup as well as an ansible role for an pretalx installation based on docker.
docker-compose up -d , after a few minutes the setup should be accessible under http://localhost/orgadocker exec -ti pretalx pretalx initconf/pretalx.conf and fill in your own valuesdocker-compose.yml and remove the complete section with ports: - "80:80" from the composefile (if you go with traefim as reverse proxy) or change the line to ports: - "127.0.0.1:8355:80" (if you use nginx) and change the database password.pretalx-redis, pretalx-db and pretalx-data for the correstonding directories you've chosen.pretalxdocker-Network. I recommend to go with traefik for its ease of setup, docker integration and Lets encrypt support (https://docs.traefik.io/user-guide/docker-and-lets-encrypt/). An example to copy into the normal compose file ist situated under reverse-proxy-eamples/docker-compose. You can also find a few words on an nginx-config under reverse-proxy-eamples/nginxdocker-compose up -d , after a few minutes the setup should be accessible under http://yourdomain.com/orgadocker exec -ti pretalx pretalx inithttp://localhost/orgadocker exec -ti pretalx pretalx initansible-role to your ansible setup.vars/main.yml-file. Make sure to set testing to false!reverse-proxy-eamples/ansible/traefikdocker exec -ti pretalx pretalx initContent type
Image
Digest
Size
475.3 MB
Last updated
over 7 years ago
docker pull maxrink/pretalx-devel