Update .gitea/workflows/services.yml
This commit is contained in:
@@ -25,11 +25,13 @@ jobs:
|
|||||||
mongo-express:
|
mongo-express:
|
||||||
image: mongo-express:latest
|
image: mongo-express:latest
|
||||||
ports:
|
ports:
|
||||||
- 7777:7777
|
- 7777:8081
|
||||||
env:
|
env:
|
||||||
|
ME_CONFIG_BASICAUTH_USERNAME: basic
|
||||||
|
ME_CONFIG_BASICAUTH_PASSWORD: supersecretpassword
|
||||||
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
ME_CONFIG_MONGODB_ADMINUSERNAME: root
|
||||||
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
|
ME_CONFIG_MONGODB_ADMINPASSWORD: supersecretpassword
|
||||||
ME_CONFIG_MONGODB_URL: mongodb://root:supersecretpassword@mongodb:27017/
|
ME_CONFIG_MONGODB_SERVER: mongodb
|
||||||
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