From 95a8f47e3a4889fa3d2c5fe674767c027bd11f06 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 21 Mar 2026 02:06:44 +0100 Subject: [PATCH] feat: use forage secret Signed-off-by: kjuulh --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6621d24..2d49ece 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -31,9 +31,9 @@ services: forage: image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-latest} restart: always - env_file: ".env" + env_file: ".env.forage" command: | - /app/forage serve + /app/forage ports: - "3000:3000" environment: