Minor cleanup

This commit is contained in:
Amritanshu Agrawal 2021-10-29 08:06:23 +05:30
parent ef9e28c95b
commit ee7a24fa77
4 changed files with 5 additions and 2 deletions

2
docker/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
app/package.json
app/pyproject.toml

View File

@ -13,7 +13,7 @@ RUN mv /node_modules /app/bookie/ \
&& /app/bookie/node_modules/.bin/ng build
FROM python:latest
FROM python:3.9
LABEL maintainer="Amritanshu <docker@tanshu.com>"
COPY pyproject.toml /app/pyproject.toml

View File

@ -15,3 +15,4 @@ NEW_DAY_OFFSET_MINUTES=420
TIMEZONE_OFFSET_MINUTES=330
ALEMBIC_LOG_LEVEL=INFO
ALEMBIC_SQLALCHEMY_LOG_LEVEL=WARN
SQLALCHEMY_WARN_20=true

View File

@ -1,3 +1,3 @@
REDIS_HOST=localhost
REDIS_PORT=6379
QUEUE_NAME=DJ Computer
QUEUE_NAME=tanshu-home