mirror of
https://github.com/marcogll/soul23_placeholder_site_server.git
synced 2026-01-13 13:25:18 +00:00
feat: Remove Caddy and Docker configuration; add Express server with health checker endpoint
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:2-alpine
|
||||
container_name: caddy_solu23
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "443:443/udp" # HTTP/3
|
||||
volumes:
|
||||
# Monta el Caddyfile
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
# Monta los archivos del sitio
|
||||
- ./:/var/www/sol23_placeholder
|
||||
# Datos persistentes de Caddy (certificados SSL)
|
||||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
# Logs
|
||||
- ./logs:/var/log/caddy
|
||||
networks:
|
||||
- caddy_network
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
driver: local
|
||||
caddy_config:
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
caddy_network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user