An open API service indexing awesome lists of open source software.

https://github.com/centrogeo/sigic-ia-engine


https://github.com/centrogeo/sigic-ia-engine

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Run composer
docker-compose up --build -d

# Run one a one
# run apps background
docker-compose up --build

# run apps
docker-compose up --build -d

# LOGS
docker logs -f flask-app
docker logs -f llm-lb
docker exec -it redis redis-cli

# stop apps
docker-compose down