[DOCKER] Automated PR for mgob-deployment-amb-removal_2025-09-17T06-52-26 - #213 #213
@@ -113,7 +113,7 @@
|
||||
| minio | minio/minio:RELEASE.2025-04-22T22-12-26Z | S3-compatible storage backend |
|
||||
| mixpost | inovector/mixpost:latest | Multi-channel social media manager |
|
||||
| mixpost-valkey | docker.io/bitnami/valkey:latest | |
|
||||
| mgob | stefanprodan/mgob | |
|
||||
| mgob | stefanprodan/mgob | Headless Automated MongoDB Backups |
|
||||
| mongodb | bitnami/mongodb:7.0 | |
|
||||
| mongo-backup | jaaywags/automated-mongo-backup:latest | Backups for MongoDB |
|
||||
| multi-scrobbler | foxxmd/multi-scrobbler | JS App for scrobbling/recording play history from/to multiple sources |
|
||||
|
||||
@@ -4023,8 +4023,20 @@ services:
|
||||
command: '-LogLevel=info'
|
||||
container_name: mgob
|
||||
image: stefanprodan/mgob
|
||||
labels:
|
||||
homepage.group: System Administration
|
||||
homepage.name: mgob
|
||||
homepage.icon: mongodb.svg
|
||||
homepage.description: Headless Automated MongoDB Backups
|
||||
homepage.widget.type: customapi
|
||||
homepage.widget.url: http://mgob:8090/status
|
||||
homepage.widget.mappings[0].label: Plan Name
|
||||
homepage.widget.mappings[0].field.status: plan
|
||||
homepage.widget.mappings[1].label: Last Run Status
|
||||
homepage.widget.mappings[1].field.status: last_run_status
|
||||
ports:
|
||||
- 48606:8090
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- mgob-data:/data
|
||||
- mgob-tmp:/tmp
|
||||
|
||||
Reference in New Issue
Block a user