Update .gitea/workflows/services.yml
This commit is contained in:
@@ -22,6 +22,14 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
MONGO_INITDB_ROOT_USERNAME: root
|
MONGO_INITDB_ROOT_USERNAME: root
|
||||||
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
||||||
|
mongo-express:
|
||||||
|
image: mongo-express
|
||||||
|
ports:
|
||||||
|
- 27017:27017
|
||||||
|
env:
|
||||||
|
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||||
|
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
|
||||||
|
ME_CONFIG_MONGODB_URL: mongodb://root:supersecretpassword@mongodb:27017/
|
||||||
steps:
|
steps:
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user