devops: Write renovate equivalent docker cmd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a4bf192c12
commit
4e58219ba8
2 changed files with 21 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Lançons enfin Drone avec les deux commandes suivantes :
|
|||
```shell
|
||||
docker volume create drone_data
|
||||
|
||||
docker container run --name droneci -v drone_data:/data --network my_ci_net
|
||||
docker container run --name droneci -v drone_data:/data --network my_ci_net \
|
||||
-p 80:80 -e DRONE_GITEA_CLIENT_ID -e DRONE_GITEA_CLIENT_SECRET \
|
||||
-e DRONE_GITEA_SERVER=http://gitea:3000 -e DRONE_SERVER_PROTO=http \
|
||||
-e DRONE_RPC_SECRET -e DRONE_SERVER_HOST=droneci -d \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue