drone-prod-sample-env 481 B

1234567891011121314151617
  1. # Sample env file for Drone Server/Agent setup with Docker Compose
  2. # For Drone server: URL of Gogs instance
  3. DRONE_GOGS_SERVER=https://gogs.server.com
  4. # Shared by Drone server and agent
  5. DRONE_RPC_SECRET="Result of `openssl rand -hex 16`"
  6. DRONE_SERVER_HOST=drone.domain.tld
  7. DRONE_SERVER_PROTO=https
  8. # For Drone agent
  9. DRONE_UI_USERNAME=BasicHttpAuthUsername
  10. DRONE_UI_PASSWORD=BasicHttpAuthPassword
  11. # For ports exposed by Docker
  12. EXPOSED_DRONE_PORT_SERVER=
  13. EXPOSED_DRONE_PORT_AGENT=