Auto Merge of PR 211 - mgob-deployment-amb-removal_2025-09-17T06-52-26
Merged by Trez.One
This commit was merged in pull request #211.
This commit is contained in:
@@ -113,6 +113,7 @@
|
|||||||
| minio | minio/minio:RELEASE.2025-04-22T22-12-26Z | S3-compatible storage backend |
|
| minio | minio/minio:RELEASE.2025-04-22T22-12-26Z | S3-compatible storage backend |
|
||||||
| mixpost | inovector/mixpost:latest | Multi-channel social media manager |
|
| mixpost | inovector/mixpost:latest | Multi-channel social media manager |
|
||||||
| mixpost-valkey | docker.io/bitnami/valkey:latest | |
|
| mixpost-valkey | docker.io/bitnami/valkey:latest | |
|
||||||
|
| mgob | stefanprodan/mgob | |
|
||||||
| mongodb | bitnami/mongodb:7.0 | |
|
| mongodb | bitnami/mongodb:7.0 | |
|
||||||
| mongo-backup | jaaywags/automated-mongo-backup:latest | Backups for MongoDB |
|
| 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 |
|
| multi-scrobbler | foxxmd/multi-scrobbler | JS App for scrobbling/recording play history from/to multiple sources |
|
||||||
|
|||||||
@@ -4019,6 +4019,17 @@ services:
|
|||||||
<< : *valkey-params
|
<< : *valkey-params
|
||||||
volumes:
|
volumes:
|
||||||
- mixpost-valkey-data:/data/valkey
|
- mixpost-valkey-data:/data/valkey
|
||||||
|
mgob:
|
||||||
|
command: '-LogLevel=info'
|
||||||
|
container_name: mgob
|
||||||
|
image: stefanprodan/mgob
|
||||||
|
ports:
|
||||||
|
- 48606:8090
|
||||||
|
volumes:
|
||||||
|
- mgob-data:/data
|
||||||
|
- mgob-tmp:/tmp
|
||||||
|
- ${DOCKER_VOLUME_STORAGE}/backups/dbs/mongodb:/storage
|
||||||
|
- /mgob/config:/config
|
||||||
mongodb:
|
mongodb:
|
||||||
container_name: mongodb
|
container_name: mongodb
|
||||||
environment:
|
environment:
|
||||||
@@ -7328,6 +7339,10 @@ volumes:
|
|||||||
name: mixpost-logs
|
name: mixpost-logs
|
||||||
mixpost-valkey-data:
|
mixpost-valkey-data:
|
||||||
name: mixpost-valkey-data
|
name: mixpost-valkey-data
|
||||||
|
mgob-data:
|
||||||
|
name: mgob-data
|
||||||
|
mgob-tmp:
|
||||||
|
name: mgob-tmp
|
||||||
mongodb_config:
|
mongodb_config:
|
||||||
name: mongodb_config
|
name: mongodb_config
|
||||||
mongodb_data:
|
mongodb_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user