Preperations for setting up game picker 1.0
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
version: "3.3"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
|
||||||
|
services:
|
||||||
|
acronymbot:
|
||||||
|
build: ./src/py
|
||||||
|
volumes:
|
||||||
|
- "./src/py:/usr/app/src"
|
||||||
5
plan.txt
Normal file
5
plan.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Microservices:
|
||||||
|
- Some sort of database for storing the data
|
||||||
|
- Image for the python code that runs the bot
|
||||||
|
- Something to interface the two, like sparkSQL for interacting with the database
|
||||||
|
|
||||||
@@ -4,8 +4,7 @@ RUN pip install discord
|
|||||||
|
|
||||||
WORKDIR /usr/app/src
|
WORKDIR /usr/app/src
|
||||||
|
|
||||||
COPY Acronymbot.py ./
|
VOLUME /usr/app/src
|
||||||
COPY BlackJack.py ./
|
# -v flag to mount to this volume. -v [from]:/usr/app/src
|
||||||
COPY Ledger.py ./
|
|
||||||
|
|
||||||
CMD [ "python", "./Acronymbot.py" ]
|
CMD [ "python", "./Acronymbot.py" ]
|
||||||
Reference in New Issue
Block a user