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"