Failing on the same old errors...
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
20
.drone.yml
20
.drone.yml
@@ -169,15 +169,15 @@ steps:
|
|||||||
- failure
|
- failure
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: yarnrc
|
- name: dockerconfig
|
||||||
host:
|
host:
|
||||||
path: /volume1/docker/.yarnrc.yml
|
path: /volume1/docker/dockerconfig.json
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
host:
|
host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
- name: dockerconfig
|
- name: yarnrc
|
||||||
host:
|
host:
|
||||||
path: /volume1/docker/labs/grow-auth/dockerconfig.json
|
path: /volume1/docker/.yarnrc.yml
|
||||||
|
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - Build Pipeline
|
# - Build Pipeline
|
||||||
@@ -231,15 +231,15 @@ steps:
|
|||||||
- failure
|
- failure
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: env
|
|
||||||
host:
|
|
||||||
path: /volume1/docker/labs/grow-auth/.env
|
|
||||||
- name: dockersock
|
|
||||||
host:
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
- name: dockerconfig
|
- name: dockerconfig
|
||||||
host:
|
host:
|
||||||
path: /volume1/docker/dockerconfig.json
|
path: /volume1/docker/dockerconfig.json
|
||||||
|
- name: dockersock
|
||||||
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
- name: env
|
||||||
|
host:
|
||||||
|
path: /volume1/docker/labs/grow-auth/.env
|
||||||
|
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - Build Pipeline
|
# - Build Pipeline
|
||||||
|
|||||||
@@ -44,9 +44,6 @@ services:
|
|||||||
- 'traefik.http.services.gitea.loadbalancer.server.port=${PORT}'
|
- 'traefik.http.services.gitea.loadbalancer.server.port=${PORT}'
|
||||||
networks:
|
networks:
|
||||||
- docknet
|
- docknet
|
||||||
volumes:
|
|
||||||
- '/Volume1/docker/.yarnrc.yml:/.yarnrc.yml'
|
|
||||||
- '/Volume1/docker/labs/grow-auth/.env:/.env'
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: node
|
image: node
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user