forked from fonoster/fonoster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.dev.yaml
More file actions
80 lines (70 loc) 路 1.54 KB
/
Copy pathcompose.dev.yaml
File metadata and controls
80 lines (70 loc) 路 1.54 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
services:
apiserver:
build:
context: .
dockerfile: ./mods/apiserver/Dockerfile
volumes:
- ./.keys:/opt/fonoster/keys
ports:
- 50051:50051
environment:
ROUTR_API_ENDPOINT: ${ROUTR_API_ENDPOINT}
SMTP_PORT: ${SMTP_PORT}
SMTP_SECURE: ${SMTP_SECURE}
autopilot:
build:
context: .
dockerfile: ./mods/autopilot/Dockerfile
routr:
ports:
- 51907:51907
- 51908:51908
- 5060:5060/udp
- 5060-5063:5060-5063
environment:
# In development this environment variable points to an
# address not accessible from the container. Therefore, we
# need to manually point to the NAT's container address here.
NATS_PUBLISHER_URL: nats://nats:4222
CONSOLE_PUBLISHER_ENABLED: "true"
volumes:
- ./etc/log4j2.yaml:/etc/routr/log4j2.yaml
asterisk:
build:
context: .
dockerfile: ./asterisk/Dockerfile
ports:
- 6060:6060
- 8088:8088
extra_hosts:
apiserver: ${DOCKER_HOST_ADDRESS}
postgres:
ports:
- 5432:5432
influxdb:
ports:
- 8086:8086
envoy:
extra_hosts:
apiserver: ${DOCKER_HOST_ADDRESS}
environment:
- loglevel=debug
nats:
ports:
- 4222:4222
adminer:
image: adminer
restart: always
environment:
ADMINER_DEFAULT_SERVER: postgres
ports:
- 8282:8080
mailhog:
image: mailhog/mailhog
ports:
- 8025:8025
- 1025:1025
simplephone:
image: psanders/simplephone:latest
ports:
- 8181:8080