mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
- Introduced `docker-compose.yml` and `template.toml` for Garage S3. - Added a new entry for Garage S3 in `meta.json` with relevant details and tags. - Updated `docker-compose.yml` and `template.toml` in Garage S3 with UI for refined environment variables, authentication guidance, and token support. - Bumped versions of Garage and Garage Web UI images.
16 lines
310 B
YAML
16 lines
310 B
YAML
services:
|
|
garage:
|
|
image: dxflrs/garage:v2.0.0
|
|
volumes:
|
|
- ../files/garage.toml:/etc/garage.toml
|
|
- garage-storage:/var/lib/garage
|
|
- garage-storage:/var/lib/garage
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3900
|
|
- 3901
|
|
- 3902
|
|
- 3903
|
|
|
|
volumes:
|
|
garage-storage: {} |