services: jonathan.is: image: caddy:2.8-alpine restart: unless-stopped ports: - "8081:80" volumes: - ./.pub:/usr/share/caddy - ./data:/data