Minor cleanup
This commit is contained in:
parent
ef9e28c95b
commit
ee7a24fa77
2
docker/.gitignore
vendored
Normal file
2
docker/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
app/package.json
|
||||
app/pyproject.toml
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
QUEUE_NAME=DJ Computer
|
||||
QUEUE_NAME=tanshu-home
|
||||
|
Loading…
Reference in New Issue
Block a user