Static Web Server

A cross-platform, high-performance and asynchronous web server for static files-serving.

# file: `docker-compose.yml`

services:
  staticwebserver:
    image: ${HONEYPI_IMAGE_REGISTRY_HOST:-docker.io}/joseluisq/static-web-server:${HONEYPI_STATICWEBSERVER_VERSION:-latest}
    container_name: ${HONEYPI_STATICWEBSERVER_TRAEFIK_CONTEXT:-staticwebserver}
    restart: unless-stopped
    volumes:
      - ${HONEYPI_DATA}/staticwebserver/hosts/${HONEYPI_STATICWEBSERVER_HOST}:/public