set DRONE_USER_CREATE
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nebel 2022-12-27 00:24:07 +09:00
parent cf89c9d217
commit 914342dfc4
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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