add env
This commit is contained in:
@@ -33,12 +33,14 @@ services:
|
||||
image: khairul169/garage-webui:1.1.0
|
||||
container_name: garage-webui
|
||||
network_mode: service:garage
|
||||
restart: always
|
||||
volumes:
|
||||
- ${PWD}/garage.toml:/etc/garage.toml:ro
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
API_BASE_URL: "http://127.0.0.1:3903"
|
||||
S3_ENDPOINT_URL: "http://127.0.0.1:3900"
|
||||
restart: always
|
||||
volumes:
|
||||
- ${PWD}/garage.toml:/etc/garage.toml:ro
|
||||
|
||||
volumes:
|
||||
tailscale:
|
||||
|
||||
Reference in New Issue
Block a user