feat: replace commands

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-21 02:16:18 +01:00
parent 682a85969b
commit 4119e3b30c

View File

@@ -4,7 +4,7 @@ services:
restart: always
env_file: ".env"
command: |
/app/forest-server serve
serve
ports:
- "4040:4040"
environment:
@@ -32,8 +32,6 @@ services:
image: git.kjuulh.io/forage/client/forage-server:${FORAGE_IMAGE_VERSION:-latest}
restart: always
env_file: ".env.forage"
command: |
/app/forage
ports:
- "3000:3000"
environment: