reworked the timer flow, set a default timer duration, updated help button modal and more

This commit is contained in:
Chris Sanden
2026-05-04 17:19:59 +02:00
parent 907fa18841
commit 245b6db3fd
8 changed files with 503 additions and 107 deletions

View File

@@ -1,9 +1,14 @@
networks:
caddy_shared:
external: true
services:
signup-confirmation:
image: nginx:alpine
container_name: study-sprint-signup-confirmation
restart: unless-stopped
ports:
- "8080:80"
restart: always
expose:
- "80"
networks:
- caddy_shared
volumes:
- ./site:/usr/share/nginx/html:ro