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