mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 23:48:05 -05:00
Make root/example default DB user in development
This commit is contained in:
@@ -81,9 +81,9 @@ services:
|
|||||||
- mongo
|
- mongo
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- ME_CONFIG_MONGODB_ADMINUSERNAME=${MONGO_USERNAME}
|
- ME_CONFIG_MONGODB_ADMINUSERNAME=root
|
||||||
- ME_CONFIG_MONGODB_ADMINPASSWORD=${MONGO_PASSWORD}
|
- ME_CONFIG_MONGODB_ADMINPASSWORD=example
|
||||||
- ME_CONFIG_MONGODB_URL=mongodb://${MONGO_USERNAME}:${MONGO_PASSWORD}@mongo:27017/
|
- ME_CONFIG_MONGODB_URL=mongodb://root:example@mongo:27017/
|
||||||
ports:
|
ports:
|
||||||
- 8081:8081
|
- 8081:8081
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user