speeches organized
Some checks are pending
/ deploy (push) Waiting to run

This commit is contained in:
Loyyd 2026-06-10 21:07:01 +02:00
parent 9c937f6c58
commit 9fee73fd96
970 changed files with 3223 additions and 3638 deletions

8
compose.yaml Normal file
View file

@ -0,0 +1,8 @@
services:
website:
image: nginx:alpine
ports:
- "${PORT:-8080}:80"
volumes:
- .:/usr/share/nginx/html:ro
- ./docker/default.conf.template:/etc/nginx/templates/default.conf.template:ro