Add docker files from uploading
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
633a7817ff
commit
d81a1d1671
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
10
docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user