Configured and redid the base website structure

Signed-off-by: Bo Jordans <bo@eepyfox.space>
Signed-off-by: FreedTapestry21 <freedtapestry21@pixelated.sh>
This commit is contained in:
Bo⋆˚✿˖° 2025-05-25 20:58:24 +02:00
parent bb8a7c4232
commit c8b1c20603
9 changed files with 300 additions and 0 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
web:
image: nginx:latest
container_name: freed-place
restart: unless-stopped
volumes:
- ./html:/usr/share/nginx/html:ro
ports:
- "80:80"