13 lines
No EOL
341 B
YAML
13 lines
No EOL
341 B
YAML
services:
|
|
webui:
|
|
image: khairul169/garage-webui:latest
|
|
container_name: garage-webui
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /etc/garage.toml:/etc/garage.toml:ro
|
|
ports:
|
|
- 3909:3909
|
|
environment:
|
|
API_BASE_URL: "http://127.0.0.1:3903"
|
|
S3_ENDPOINT_URL: "http://127.0.0.1:3900"
|
|
network_mode: "host" |