j #3

Merged
Chefe merged 1 commits from development into server 2025-08-30 08:55:24 +02:00
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: services:
web: web:
image: nginx:alpine image: caddy:2-alpine
container_name: arenos_www container_name: arenos_www
ports: ports:
- "2000:80" - "2000:80"
volumes: volumes:
- ./html:/usr/share/nginx/html:ro - /srv/arenos-landing/html:/srv:ro
- ./Caddyfile:/etc/caddy/Caddyfile:ro