services: redis: image: redis:7-alpine app: image: denoland/deno:alpine volumes: - ./fedishoop:/app ports: - 8000:8000 working_dir: /app command: deno task dev