mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
Implement email verification feature, add registration form, and update user entity for verification status
This commit is contained in:
@@ -8,3 +8,17 @@ services:
|
||||
APP_SECRET: ${APP_SECRET}
|
||||
MERCURE_PUBLISHER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET}
|
||||
MERCURE_SUBSCRIBER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET}
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.php.rule=Host(`tijdvoordetest.nl`)"
|
||||
- "traefik.http.routers.php.entrypoints=websecure"
|
||||
- "traefik.http.routers.php.tls.certresolver=marijndoeve"
|
||||
- "traefik.http.services.php.loadbalancer.server.port=80"
|
||||
networks:
|
||||
- web
|
||||
- internal
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
internal:
|
||||
external: false
|
||||
|
||||
Reference in New Issue
Block a user