Merge pull request 'Add docker-compose' (#3) from docker-compose into main
Reviewed-on: 42CTF/bot#3
This commit is contained in:
commit
9b1c89854e
|
@ -3,3 +3,4 @@
|
||||||
node_modules
|
node_modules
|
||||||
node_modules/npm/node_modules/pacote/lib/util
|
node_modules/npm/node_modules/pacote/lib/util
|
||||||
env.list
|
env.list
|
||||||
|
env_file
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
version: "2"
|
||||||
|
services:
|
||||||
|
bot_discord:
|
||||||
|
restart: always
|
||||||
|
build: ./src
|
||||||
|
container_name: bot_discord
|
||||||
|
env_file: ./env_file
|
Loading…
Reference in New Issue