* Add Dockerfile and docker-compose.yml for containerized setup; create .dockerignore

* Update CI pipeline and Docker configuration for improved build process and health checks
This commit is contained in:
2025-11-24 12:42:34 +00:00
committed by GitHub
parent 1c3c31a7b8
commit 8d26913c62
3 changed files with 12 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ services:
container_name: carbon-http-server
ports:
- "8080:8080" # HTTP port
- "8443:8443" # HTTPS port
- "443:443" # HTTPS port
volumes:
# Mount www directory for easy content updates
- ./www:/app/www:ro