This commit is contained in:
Daniel Nagel 2025-08-30 08:54:44 +02:00
parent 3a6293e6a9
commit d4c119a8cf
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