mirror of
https://gitea.com/docker_test/drone
synced 2024-11-26 05:32:09 +01:00
add ignore
This commit is contained in:
parent
0e21e8bf75
commit
603c35016d
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.env
|
||||||
|
database.sqlite
|
@ -7,6 +7,8 @@ services:
|
|||||||
- ./:/data
|
- ./:/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: always
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 4000:80
|
||||||
environment:
|
environment:
|
||||||
- DRONE_SERVER_HOST=${DRONE_SERVER_HOST}
|
- DRONE_SERVER_HOST=${DRONE_SERVER_HOST}
|
||||||
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO}
|
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO}
|
||||||
@ -21,8 +23,6 @@ services:
|
|||||||
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
||||||
- DRONE_GIT_ALWAYS_AUTH=${DRONE_GIT_ALWAYS_AUTH}
|
- DRONE_GIT_ALWAYS_AUTH=${DRONE_GIT_ALWAYS_AUTH}
|
||||||
- DRONE_USER_CREATE=username:lunny,admin:true
|
- DRONE_USER_CREATE=username:lunny,admin:true
|
||||||
networks:
|
|
||||||
- web
|
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: "100k"
|
max-size: "100k"
|
||||||
|
Loading…
Reference in New Issue
Block a user