Skip to content

Commit 0fef811

Browse files
authored
Merge pull request #565 from itk-dev/feature/pretix
Restored pretix development setup
2 parents 3a8f1f0 + e389541 commit 0fef811

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.docker/pretix/etc/pretix.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ host=pretix_database
1616

1717
[mail]
1818
19-
host=mailhog
19+
host=mail
2020
user=
2121
password=
2222
port=1025

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include:
22
- docker-compose.oidc.yml
33
- docker-compose.playwright.yml
4-
#- docker-compose.pretix.yml
4+
- docker-compose.pretix.yml
55

66
services:
77
phpfpm:

docker-compose.pretix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ networks:
33
driver: bridge
44
internal: false
55

6+
# https://docs.pretix.eu/self-hosting/installation/docker_smallscale/
7+
# https://github.com/ZPascal/pretix-docker-compose/tree/main
68
services:
79
pretix:
8-
image: pretix/standalone:latest
10+
image: pretix/standalone:stable
911
profiles:
1012
- pretix
1113
networks:

documentation/localDevelopment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ You can also set 'PROFILES` when running the `compose` task, e.g.
2525
PROFILES=pretix task compose -- up --detach
2626
```
2727

28+
You may have to increase the Memory Limit in Docker Desktop to be able to start
29+
pretix and it's internal services (cf.
30+
<https://github.com/celery/celery/issues/2966#issuecomment-567401386>).
31+
2832
> [!TIP]
2933
> Run `git grep -A2 'profiles:' '*.y*ml'` to get a crude list of all profiles in the project.
3034

0 commit comments

Comments
 (0)