feat: update

This commit is contained in:
liuyx 2024-02-05 13:36:00 +08:00
parent 992515e75e
commit 435c949d8e

View File

@ -1,24 +1,22 @@
version: '3' version: '3'
services: services:
app: drone-server:
# command: command image: drone/drone:latest
container_name: v2
image: app:latest
restart: always
ports: ports:
- 3111-3222:3111-3222 - 2080:80
networks: # - 443:443
- local
volumes: volumes:
- ${DIR}:/etc/app - ./drone:/var/lib/drone/
- /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock
restart: always
environment: environment:
APP_ADDRESS: 0.0.0.0:3111 - DRONE_GITEA_SERVER: http://gitea
- DRONE_GITEA_CLIENT_ID: 5fc98c4e-dc02-4cda-b382-2f1d2a19f166
- DRONE_GITEA_CLIENT_SECRET: gto_ysxasskopkn7d2ypvxqbec6ty2nw6gbbe7hyurf7yvims7zrupgq
- DRONE_RPC_SECRET: root
- DRONE_SERVER_HOST: happeny.local:2080
- DRONE_SERVER_PROTO: http
networks: networks:
local: local:
name: local name: local
external: true external: true