This commit is contained in:
parent
cf89c9d217
commit
914342dfc4
2 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,5 @@ DRONE_GITEA_CLIENT_SECRET=
|
|||
DRONE_RPC_SECRET=
|
||||
DRONE_SERVER_HOST=${SERVER_HOST}
|
||||
DRONE_SERVER_PROTO=https
|
||||
DRONE_ADMIN_USER=
|
||||
DRONE_USER_CREATE=username:${DRONE_ADMIN_USER},admin:true
|
||||
|
|
|
@ -21,6 +21,7 @@ services:
|
|||
DRONE_RPC_SECRET: ${DRONE_RPC_SECRET:?}
|
||||
DRONE_SERVER_HOST: ${DRONE_SERVER_HOST:?}
|
||||
DRONE_SERVER_PROTO: ${DRONE_SERVER_PROTO:?}
|
||||
DRONE_USER_CREATE: ${DRONE_USER_CREATE:?}
|
||||
volumes:
|
||||
- drone_data_v2:/data
|
||||
|
||||
|
|
Reference in a new issue