This commit is contained in:
Anton Bracke
2019-05-03 00:21:10 +02:00
commit 7d027b561d
14 changed files with 3969 additions and 0 deletions

12
docker-compose.yml Normal file
View 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"