update
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
0f14187024
commit
1b32c0c9b8
|
@ -49,11 +49,16 @@ steps:
|
|||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker login -u $DOCKER_REG_USERNAME -p $DOCKER_REG_PASSWORD https://docker.zcj.plus
|
||||
- docker-compose up -f /drone/src/docker-compose.yml -d
|
||||
- docker-compose up -d
|
||||
- docker-compose logs -f
|
||||
- docker cp frpc.ini fe_frpc:/etc/frp/frpc.ini
|
||||
- docker restart fe_frpc
|
||||
|
||||
|
||||
volumes:
|
||||
- name: frpc
|
||||
host:
|
||||
path: /mnt/d/ci_volumes/frpc_config/fe_drone.ini
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
|
@ -9,10 +9,11 @@ services:
|
|||
|
||||
frpc:
|
||||
image: snowdreamtech/frpc
|
||||
container_name: fe_frpc
|
||||
networks:
|
||||
- feadmindroneci
|
||||
volumes:
|
||||
- ./frpc.ini:/etc/frp/frpc.ini
|
||||
# volumes:
|
||||
# - ./frpc.ini:/etc/frp/frpc.ini
|
||||
depends_on:
|
||||
- web
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue