819de36b09
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@prologin.org>
13 lines
286 B
YAML
13 lines
286 B
YAML
---
|
|
version: "3.8"
|
|
|
|
services:
|
|
garage:
|
|
restart: unless-stopped
|
|
image: dxflrs/amd64_garage:v0.8.0
|
|
volumes:
|
|
- ./garage.toml:/etc/garage.toml:ro
|
|
- ./volumes/garage/meta:/var/lib/garage/meta
|
|
- ./volumes/garage/data:/var/lib/garage/data
|
|
network_mode: host
|