1
0
Fork 0
mirror of https://gitea.com/docker_test/drone synced 2024-05-09 09:16:03 +02:00

add ignore

This commit is contained in:
Lunny Xiao 2019-08-11 15:32:24 +08:00
parent 0e21e8bf75
commit 603c35016d
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.env
database.sqlite

View File

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