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" cron: image: ghcr.io/uetchy/uechi.io command: /usr/sbin/crond -d 8 -f restart: unless-stopped container_name: uechi.io-cron volumes: - "./data:/var/www/html/_" - "./periodic/daily:/etc/periodic/daily:ro" labels: com.centurylinklabs.watchtower.enable: "true" networks: default: name: webproxy external: true