mirror of
https://gitea.com/docker_test/drone
synced 2024-11-22 07:11:58 +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
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: always
|
||||
ports:
|
||||
- 4000:80
|
||||
environment:
|
||||
- DRONE_SERVER_HOST=${DRONE_SERVER_HOST}
|
||||
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO}
|
||||
@ -21,8 +23,6 @@ services:
|
||||
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
||||
- DRONE_GIT_ALWAYS_AUTH=${DRONE_GIT_ALWAYS_AUTH}
|
||||
- DRONE_USER_CREATE=username:lunny,admin:true
|
||||
networks:
|
||||
- web
|
||||
logging:
|
||||
options:
|
||||
max-size: "100k"
|
||||
|
Loading…
Reference in New Issue
Block a user