2 Commits

Author SHA1 Message Date
47f1bdf485 More path fixes...
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-05 10:56:33 -04:00
bc96664b7c Path fixes ... and the dumbest environment error yet...
Some checks are pending
continuous-integration/drone/push Build is running
2023-05-05 10:53:42 -04:00
3 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ volumes:
path: /var/run/docker.sock
- name: npmrc
host:
path: /volume1/docker/grow/labs-auth/.npmrc
path: /volume1/docker/beethoven/labs-auth/.npmrc
depends_on:
- Test Pipeline
@@ -214,7 +214,7 @@ volumes:
path: /var/run/docker.sock
- name: env
host:
path: /volume1/docker/labs/grow-auth/staging.env
path: /volume1/docker/beethoven/labs-auth/staging.env
depends_on:
- Test Pipeline

View File

@@ -12,7 +12,7 @@ services:
networks:
- docknet
volumes:
- '/volume1/docker/labs/grow-auth/mongo:/data/db'
- '/volume1/docker/labs/auth/mongo:/data/db'
restart: unless-stopped
image: mongo
auth-service:

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/auth",
"version": "0.0.19",
"version": "0.0.20",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {