|
há 1 ano atrás | |
---|---|---|
.. | ||
bruno | há 1 ano atrás | |
configs | há 1 ano atrás | |
.dockerignore | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
Dockerfile | há 1 ano atrás | |
README.md | há 1 ano atrás | |
__init__.py | há 1 ano atrás | |
database.py | há 1 ano atrás | |
default.yaml | há 1 ano atrás | |
main.py | há 1 ano atrás | |
models.py | há 1 ano atrás | |
requirements.txt | há 1 ano atrás | |
sample-config.yaml | há 1 ano atrás | |
services.py | há 1 ano atrás | |
utils.py | há 1 ano atrás |
docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest
# will help reload on changes
DEVELOPMENT=True && python -m main
Using docker (locally),
docker build -t embedchain/rest-api:latest .
docker run -d --name embedchain -p 8080:8080 embedchain/rest-api:latest
docker image push embedchain/rest-api:latest