-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocker-compose-prod.yml
More file actions
53 lines (51 loc) · 1.61 KB
/
docker-compose-prod.yml
File metadata and controls
53 lines (51 loc) · 1.61 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
version: '2'
services:
nginx:
ports:
- "139.162.199.192:80:80"
- "139.162.199.192:443:443"
fs:
image: vipconsult/freeswitch:1.4
network_mode: "host"
volumes:
- /home/vipconsult/freeswitch/master/conf:/usr/local/freeswitch/conf
- /home/vipconsult/freeswitch/master/sounds:/usr/local/freeswitch/sounds
- /home/vipconsult/freeswitch/master/ssl:/usr/local/freeswitch/ssl
ftp:
cpu_shares: 100
build: ../docker/proftpd/
network_mode: "host"
volumes:
- /home:/home
- /home/vipconsult/proftpd/ftpd.passwd:/etc/proftpd/ftpd.passwd
extends:
file: common.yml
service: common
logger:
cpu_shares: 100
image: sematext/sematext-agent-docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
extends:
file: common.yml
service: common
simplehelp:
cpu_shares: 256
build: ../docker/simplehelp/
network_mode: "host"
volumes:
- /home/vipconsult/simplehelp/configuration:/home/SimpleHelp/configuration
extends:
file: common.yml
service: common
# entrypoint: "/bin/bash"
# command: "-c 'ping google.com'"
simplehelp-new:
cpu_shares: 256
build: ../docker/simplehelp/
network_mode: "host"
volumes:
- /home/vipconsult/simplehelpNew/configuration:/home/SimpleHelp/configuration
extends:
file: common.yml
service: common