services: tangled-alert-bot: container_name: tangled-alert-bot image: willdot/tangled-alert-bot ports: - "3000:3000" volumes: - ./data:/app/data environment: DATABASE_PATH: "/app/data/" restart: always