services: docs: build: context: . dockerfile: Dockerfile target: ${MODE:-dev} container_name: mcltspice-docs restart: unless-stopped environment: - ASTRO_TELEMETRY_DISABLED=1 networks: - caddy labels: caddy: ${SITE_DOMAIN} caddy.encode: gzip logging: driver: json-file options: max-size: "5m" max-file: "3" networks: caddy: external: true