Update .gitea/workflows/services.yml
This commit is contained in:
@@ -17,8 +17,6 @@ jobs:
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:latest
|
||||
ports:
|
||||
- 27017:27017
|
||||
env:
|
||||
MONGO_INITDB_ROOT_USERNAME: root
|
||||
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
||||
@@ -32,6 +30,11 @@ jobs:
|
||||
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
|
||||
ME_CONFIG_MONGODB_SERVER: mongodb
|
||||
mongodbtwo:
|
||||
image: mongo:latest
|
||||
env:
|
||||
MONGO_INITDB_ROOT_USERNAME: root
|
||||
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
||||
steps:
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
|
||||
Reference in New Issue
Block a user