I’m running both in Swarm (for now). I am deploying a stack with the following:
version: "3.4"
services:
drone-server:
image: drone/drone:latest
volumes:
- drone_data:/var/lib/drone
ports:
- "8000:8000"
- 9000
environment:
- DRONE_OPEN=true
- DRONE_HOST=<my-drone-url>
- DRONE_GITEA=true
- DRONE_GITEA_URL=https://<my-gitea-url>
- DRONE_SECRET=notverysecret
networks:
- drone
- traefik-net
When I enter my Gitea username/password, the UI says “The system failed to process your Login request” and in the logs I see :
level=error msg="cannot authenticate user. invalid character '<' looking for beginning of value"