version: "3.0" services: web: image: ghcr.io/uetchy/uechi.io restart: unless-stopped container_name: uechi.io environment: VIRTUAL_HOST: uechi.io LETSENCRYPT_HOST: uechi.io volumes: - "./data:/var/www/html/★/:ro" labels: com.centurylinklabs.watchtower.enable: "true" networks: default: name: webproxy external: true