Merge pull request 'j' (#3) from development into server

Reviewed-on: http://192.168.0.105:3000/ArenosWebDev/arenos_www/pulls/3
This commit is contained in:
Daniel Nagel 2025-08-30 08:55:24 +02:00
commit eddaad807c
2 changed files with 6 additions and 2 deletions

3
Caddyfile Normal file
View File

@ -0,0 +1,3 @@
:80
root * /srv
file_server

View File

@ -2,9 +2,10 @@ version: "3.9"
services:
web:
image: nginx:alpine
image: caddy:2-alpine
container_name: arenos_www
ports:
- "2000:80"
volumes:
- ./html:/usr/share/nginx/html:ro
- /srv/arenos-landing/html:/srv:ro
- ./Caddyfile:/etc/caddy/Caddyfile:ro