Failing on the same old errors...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-04 22:18:19 -04:00
parent 34a28b8134
commit 25908dd9d7
2 changed files with 10 additions and 13 deletions

View File

@@ -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

View File

@@ -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: