remove dependency on docker-compose when starting up archgw

This commit is contained in:
Adil Hafeez 2024-11-25 18:54:45 -08:00
parent 726f1a3185
commit 2964cca3ed
6 changed files with 103 additions and 132 deletions

View file

@ -9,3 +9,5 @@ SERVICE_NAME_MODEL_SERVER = "model_server"
SERVICE_ALL = "all"
MODEL_SERVER_LOG_FILE = "~/archgw_logs/modelserver.log"
ACCESS_LOG_FILES = "~/archgw_logs/access*"
ARCHGW_DOCKER_NAME = "archgw"
ARCHGW_DOCKER_IMAGE = "katanemo/archgw:latest"