From 57c71cda0be97ad5468f2f176554a5e659288591 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 21 Oct 2025 19:04:59 -0500 Subject: [PATCH] add env file --- hosts/ps10rp/garage/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/ps10rp/garage/compose.yaml b/hosts/ps10rp/garage/compose.yaml index 4abb58cf5..af7304f53 100644 --- a/hosts/ps10rp/garage/compose.yaml +++ b/hosts/ps10rp/garage/compose.yaml @@ -21,6 +21,8 @@ services: garage: image: dxflrs/garage:v2.1.0 container_name: garage + env_file: + - .env restart: always volumes: - ${PWD}/garage.toml:/etc/garage.toml:ro