mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-11 21:45:26 -04:00
Merge pull request #1488 from madsboddum/chore/mongo/upgrade-mongo-express
Upgraded mongo-express to a stable release (1.0.0)
This commit is contained in:
+3
-1
@@ -20,7 +20,7 @@ services:
|
||||
start_period: 40s
|
||||
|
||||
mongo-express:
|
||||
image: mongo-express:0.54.0
|
||||
image: mongo-express:1.0.0
|
||||
restart: "no"
|
||||
depends_on:
|
||||
mongo:
|
||||
@@ -29,6 +29,8 @@ services:
|
||||
- "8081:8081"
|
||||
environment:
|
||||
ME_CONFIG_MONGODB_URL: mongodb://mongo:27017/
|
||||
ME_CONFIG_BASICAUTH_USERNAME: ""
|
||||
ME_CONFIG_BASICAUTH_PASSWORD: ""
|
||||
healthcheck:
|
||||
test: "wget -O - localhost:8081"
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user