add env
All checks were successful
lint-test-docker / docker-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m18s

This commit is contained in:
2025-10-21 19:15:42 -05:00
parent 95e0f307d7
commit 56f1a5379e

View File

@@ -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: