trying again... same ol mongo-init
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-10 10:04:09 -04:00
parent 08e6af2eae
commit 40a3cdabc9
2 changed files with 1 additions and 6 deletions

View File

@@ -177,8 +177,6 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: dockerconfig - name: dockerconfig
path: /drone/auth/.docker/config.json path: /drone/auth/.docker/config.json
- name: mongo-init
path: /docker-entrypoint-initdb.d/mongo-init.js
- name: Send Status Notifications - name: Send Status Notifications
image: plugins/webhook image: plugins/webhook
privileged: true privileged: true
@@ -206,9 +204,6 @@ volumes:
- name: env-secrets - name: env-secrets
host: host:
path: /volume1/docker/beethoven/labs-auth/staging.env path: /volume1/docker/beethoven/labs-auth/staging.env
- name: mongo-init
host:
path: /drone/auth/mongo-init.js
depends_on: depends_on:
- Test Pipeline - Test Pipeline

View File

@@ -9,7 +9,7 @@ services:
- docknet - docknet
volumes: volumes:
- 'auth-db:/data' - 'auth-db:/data'
# - './mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro' - '/mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro'
restart: unless-stopped restart: unless-stopped
image: mongo:latest image: mongo:latest
auth-service: auth-service: