Website dazu

This commit is contained in:
Stefan Bethke 2023-12-07 20:05:10 +01:00
commit 53ba5b9561
2 changed files with 16 additions and 1 deletions

View file

@ -45,12 +45,19 @@ services:
- "CELERY_BACKEND=redis://redis/0"
- "CELERY_BROKER=redis://redis/1"
volumes:
- pretix:/rdata
- pretix:/data
restart: always
networks:
backend:
frontend:
web:
image: gitlab-cr.hamburg.ccc.de/ccchh/hackertours/hackertours:latest
ports:
- "8888:80"
restart: always
networks:
frontend:
volumes:
database: {}