|
|
@ -64,6 +64,7 @@ services:
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- /etc/timezone:/etc/timezone:ro
|
|
|
|
- /etc/timezone:/etc/timezone:ro
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
|
|
|
|
- ./conf/gitea/custom:/data/gitea/custom
|
|
|
|
- ./data/gitea:/data
|
|
|
|
- ./data/gitea:/data
|
|
|
|
drone: #https://docs.drone.io/server/provider/gitea/ https://github.com/drone/drone
|
|
|
|
drone: #https://docs.drone.io/server/provider/gitea/ https://github.com/drone/drone
|
|
|
|
image: drone/drone:2.0.1
|
|
|
|
image: drone/drone:2.0.1
|
|
|
@ -78,7 +79,7 @@ services:
|
|
|
|
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
|
|
|
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
|
|
|
- DRONE_SERVER_HOST=${IP}:${DRONE_SERVER_HTTP_PORT}
|
|
|
|
- DRONE_SERVER_HOST=${IP}:${DRONE_SERVER_HTTP_PORT}
|
|
|
|
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO}
|
|
|
|
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO}
|
|
|
|
- DRONE_USER_CREATE=username:drone,admin:true
|
|
|
|
- DRONE_USER_CREATE=username:root,machine:false,admin:true,token:55f24eb3d61ef6ac5e83d550178638dc
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ./data/drone:/data
|
|
|
|
- ./data/drone:/data
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|