[DOCKER] Automated PR for garage-s3-deployment_2025-07-09T15-36-22 - #99 #100

Merged
gitea-sonarqube-bot merged 4 commits from garage-s3-deployment_2025-07-09T15-36-22 into main 2025-07-12 19:53:23 -04:00
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -43,6 +43,8 @@
| fastenhealth | ghcr.io/fastenhealth/fasten-onprem:main |
| flaresolverr | ghcr.io/flaresolverr/flaresolverr:latest |
| freescout | tiredofit/freescout:latest |
| garage | dxflrs/garage:v2.0.0 |
| garage-webui | khairul169/garage-webui:latest |
| ghost | ghost:latest |
| gitea | gitea/gitea:1.24.0 |
| gitea-db | postgres:14 |
+34
View File
@@ -1464,6 +1464,40 @@ services:
- ${DOCKER_VOLUME_CONFIG}/freescout/assets/custom-scripts:/assets/custom-scripts
- ${DOCKER_VOLUME_CONFIG}/freescout/data:/www/html
- ${DOCKER_VOLUME_CONFIG}/freescout/logs/:/www/logs
garage:
container_name: garage
image: dxflrs/garage:v2.0.0
ports:
- 3900:3900
- 3901:3901
- 3902:3902
- 3903:3903
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/garage/garage.toml:/etc/garage.toml
- ${DOCKER_VOLUME_CONFIG}/garage/meta:/var/lib/garage/meta
- ${DOCKER_STORAGE_CONFIG}/garage_data:/var/lib/garage/data
garage-webui:
container_name: garage-webui
depends_on:
garage:
condition: service_started
required: true
environment:
API_BASE_URL: http://garage:3903
S3_ENDPOINT_URL: http://garage:3900
image: khairul169/garage-webui:latest
labels:
homepage.group: System Administration
homepage.name: Garage
homepage.href: http://192.168.1.254:3909
homepage.icon: garage.svg
homepage.description: S3-compatible storage backend
ports:
- 3909:3909
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/garage/garage.toml:/etc/garage.toml:ro
ghost:
container_name: ghost_blog
depends_on: