add env file
All checks were successful
lint-test-docker / docker-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m0s

This commit is contained in:
2025-10-21 19:04:59 -05:00
parent 67e144ab21
commit 57c71cda0b

View File

@@ -21,6 +21,8 @@ services:
garage: garage:
image: dxflrs/garage:v2.1.0 image: dxflrs/garage:v2.1.0
container_name: garage container_name: garage
env_file:
- .env
restart: always restart: always
volumes: volumes:
- ${PWD}/garage.toml:/etc/garage.toml:ro - ${PWD}/garage.toml:/etc/garage.toml:ro