add docker
This commit is contained in:
commit
b2e3483d7a
8 changed files with 379 additions and 0 deletions
13
s3web/docker-compose.yml
Normal file
13
s3web/docker-compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue