-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
38 lines (34 loc) · 1.14 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: '3'
services:
##########################################
# Overrides for oada-core services:
##########################################
# Add ourselves to yarn to do yarn install
yarn:
volumes:
- ./services-available/trellis-notifications:/code/trellis-notifications
# Add ourselves to admin container:
admin:
volumes:
- ./services-available/trellis-notifications:/code/trellis-notifications
###############################################
# This service's definition:
###############################################
trellis-notifications:
build:
context: ./services-available/trellis-notifications
container_name: trellis-notifications
restart: always
networks:
- http_net
- startup_net
volumes:
- ./services-available/trellis-notifications:/code/trellis-notifications
- ./oada-core/libs:/code/libs
- ./oada-srvc-docker-config.js:/oada-srvc-docker-config.js
environment:
- NODE_TLS_REJECT_UNAUTHORIZED
- NODE_ENV=${NODE_ENV:-development}
- DEBUG=${DEBUG:-"trellis-notifications:info,*warn*,*error*"}
- domain
- token