We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc7f81 commit a273bd5Copy full SHA for a273bd5
compose.local.yml
@@ -0,0 +1,12 @@
1
+services:
2
+ web:
3
+ ports:
4
+ - 8080:80
5
+ app: &local-default
6
+ build: ./context/default
7
+# volumes:
8
+# - ./context/default/entrypoint.sh:/pretalx/entrypoint.sh:z
9
+# - ./config/pretalx.cfg:/pretalx/.pretalx.cfg:z
10
+ worker: *local-default
11
+ cron: *local-default
12
+ migrations: *local-default
compose.traefik.yml
@@ -0,0 +1,13 @@
+networks:
+ external: true
+
+ networks:
+ - web
+ labels:
+ traefik.enable: true
+ traefik.http.routers.local-localhost.rule: Host(`${FQDN}`)
+ traefik.http.routers.local-localhost.tls: true
13
+ traefik.http.routers.local-localhost.tls.certresolver: letsencrypt
0 commit comments