update
continuous-integration/drone/push Build is passing Details

master
wanggang 4 years ago
parent 6743f2e29b
commit 9249d0a9d5

@ -15,7 +15,7 @@ services:
- 9000:9000 - 9000:9000
volumes: volumes:
- ${DOCKER_SOCK}:/var/run/docker.sock - ${DOCKER_SOCK}:/var/run/docker.sock
- ${Data}portainer:/data - ${DATA}portainer:/data
netdata: netdata:
image: netdata/netdata:v1.30.0 image: netdata/netdata:v1.30.0
restart: always restart: always
@ -39,7 +39,7 @@ services:
ports: ports:
- 5000:5000 #http://localhost:5000/v2/_catalog - 5000:5000 #http://localhost:5000/v2/_catalog
volumes: volumes:
- ${Data}registry:/var/lib/registry - ${DATA}registry:/var/lib/registry
docker-registry-ui: docker-registry-ui:
image: joxit/docker-registry-ui:2.0 image: joxit/docker-registry-ui:2.0
restart: always restart: always
@ -65,7 +65,7 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ./conf/gitea/custom:/data/gitea/custom - ./conf/gitea/custom:/data/gitea/custom
- ${Data}gitea:/data - ${DATA}gitea:/data
drone: #https://docs.drone.io/server/provider/gitea/ https://github.com/drone/drone drone: #https://docs.drone.io/server/provider/gitea/ https://github.com/drone/drone
image: drone/drone:2.0.1 image: drone/drone:2.0.1
restart: always restart: always
@ -81,7 +81,7 @@ services:
- DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO} - DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO}
- DRONE_USER_CREATE=username:root,machine:false,admin:true,token:55f24eb3d61ef6ac5e83d550178638dc - DRONE_USER_CREATE=username:root,machine:false,admin:true,token:55f24eb3d61ef6ac5e83d550178638dc
volumes: volumes:
- ${Data}drone:/data - ${DATA}drone:/data
depends_on: depends_on:
- gitea - gitea
- registry - registry

Loading…
Cancel
Save