feat: use forage secret

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-21 02:06:44 +01:00
parent fc85f1135b
commit 95a8f47e3a

View File

@@ -31,9 +31,9 @@ services:
forage: forage:
image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-latest} image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-latest}
restart: always restart: always
env_file: ".env" env_file: ".env.forage"
command: | command: |
/app/forage serve /app/forage
ports: ports:
- "3000:3000" - "3000:3000"
environment: environment: