From 603c35016dc58503fed6be0320d9873232cb86cb Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sun, 11 Aug 2019 15:32:24 +0800 Subject: [PATCH] add ignore --- .gitignore | 2 ++ docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e20cd7b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.env +database.sqlite \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 8ac4846..ec182b5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"