init
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
bot:
|
||||
build: ./docker
|
||||
environment:
|
||||
- IRC_SERVER=chat.freenode.net
|
||||
- IRC_CHANNEL=#uoseifohng2ooGaefohkahjaing1Ci7u
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./src:/home/node/app
|
||||
command: "npm run dev"
|
||||
Reference in New Issue
Block a user