Update .gitea/workflows/services.yml
This commit is contained in:
@@ -17,8 +17,6 @@ jobs:
|
|||||||
services:
|
services:
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:latest
|
image: mongo:latest
|
||||||
ports:
|
|
||||||
- 27017:27017
|
|
||||||
env:
|
env:
|
||||||
MONGO_INITDB_ROOT_USERNAME: root
|
MONGO_INITDB_ROOT_USERNAME: root
|
||||||
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
||||||
@@ -32,6 +30,11 @@ jobs:
|
|||||||
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||||
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
|
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
|
||||||
ME_CONFIG_MONGODB_SERVER: mongodb
|
ME_CONFIG_MONGODB_SERVER: mongodb
|
||||||
|
mongodbtwo:
|
||||||
|
image: mongo:latest
|
||||||
|
env:
|
||||||
|
MONGO_INITDB_ROOT_USERNAME: root
|
||||||
|
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
||||||
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