Configured and redid the base website structure

Signed-off-by: Bo Jordans <bo@eepyfox.space>
This commit is contained in:
Bo⋆˚✿˖° 2025-05-25 20:58:24 +02:00 committed by Bo Jordans
parent 1c3b04f667
commit 06bf1e0849
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"