diff --git a/docker-compose.yaml b/docker-compose.yaml index 681bf0e..e7f00e9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: