Add docker files from uploading
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tyler Perkins 2022-12-16 17:23:49 -05:00
parent 633a7817ff
commit d81a1d1671
2 changed files with 19 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM python
WORKDIR /usr/src/app
COPY ./src ./
RUN pip install -r requirements.txt
CMD "python" "./main.py"

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3'
bot:
image: bot
environment:
- DISCORD_TOKEN=token
- S3_URL=url
- S3_UN=UN
- S3_PW=PW
- S3_TLS=TLS
- S3_BUCKET=BUCKET