Sigh...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-10 11:47:08 -04:00
parent de58630958
commit 8f20452e1a
3 changed files with 4 additions and 7 deletions

View File

@@ -176,8 +176,6 @@ steps:
path: /var/run/docker.sock
- name: dockerconfig
path: /drone/auth/.docker/config.json
- name: cache
path: /drone/auth
- name: Send Status Notifications
image: plugins/webhook
privileged: true
@@ -205,8 +203,7 @@ volumes:
- name: env-secrets
host:
path: /volume1/docker/beethoven/labs-auth/staging.env
- name: cache
temp: {}
depends_on:
- Test Pipeline

View File

@@ -9,7 +9,8 @@ services:
networks:
- backend
volumes:
- auth-db:/data
- auth-db:/data/db
- auth-db:/data/configdb
- ./mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
restart: unless-stopped
image: mongo:latest

View File

@@ -8,8 +8,7 @@ services:
networks:
- docknet
volumes:
- ./mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
- ./mongo-init.js:/home/mongodb/mongo-init.js:ro
# - ./mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
- 'auth-db:/data/db'
- 'auth-db:/data/configdb'
restart: unless-stopped