Add Slack support
This commit is contained in:
parent
18021e0ef8
commit
24c9363f0c
5 changed files with 72 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue