Skip to content
This repository was archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
🧑‍💻 Add example files for to assist in development #24
Browse files Browse the repository at this point in the history
  • Loading branch information
acollierr17 committed Dec 30, 2021
1 parent 582ee58 commit a654064
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Get this from your application the Discord Developer Portal https://discord.com/developers/applications
DISCORD_TOKEN=[]
# Get this from wherever your hosting your MongoDB database (ex. MongoDB Atlas)
MONGO_URI=[]
12 changes: 12 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3'

services:
suggestions-bot:
container_name: suggestions-bot
build:
context: .
dockerfile: ./Dockerfile
environment:
- DISCORD_TOKEN=${DISCORD_TOKEN}
env_file:
- .env

0 comments on commit a654064

Please sign in to comment.