Add Slack support

This commit is contained in:
Jonathan Cremin 2018-04-19 22:03:49 +01:00
parent 18021e0ef8
commit 24c9363f0c
5 changed files with 72 additions and 10 deletions

View file

@ -20,6 +20,7 @@ services:
AWS_ACCESS_KEY_ID:
AWS_SECRET_ACCESS_KEY:
AWS_TAG:
SLACK_TOKEN:
volumes:
- ./:/app:cached
- node_modules:/app/node_modules
@ -61,8 +62,6 @@ services:
POSTGRES_DB: "combinefm"
redis:
image: "redis:4.0.2-alpine"
ports:
- "6379:6379"
volumes:
node_modules: