-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompose.yaml
More file actions
34 lines (33 loc) · 801 Bytes
/
compose.yaml
File metadata and controls
34 lines (33 loc) · 801 Bytes
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
services:
pcscd:
image: phcodercat/pcscd
restart: always
volumes:
- pcsc-sock:/run/pcscd
tmpfs:
- /run
devices:
- /dev/bus/usb:/dev/bus/usb
asterisk:
image: phcodercat/asterisk-vowifi
cap_add:
- CAP_NET_ADMIN
devices:
- /dev/net/tun
ports:
- 5061:5061
- 10000-11000:10000-11000/udp
tmpfs:
- /run
volumes:
- ./config/1/epdg.conf:/usr/local/etc/swanctl/conf.d/epdg.conf:Z,ro
- ./config/1/asterisk:/etc/asterisk:Z,ro
- ./config/1/ami_usim.ini:/usr/local/etc/ami_usim.ini:Z,ro
- ./config/1/telegram_token:/usr/local/etc/telegram_token:Z,ro
- ../logs/1:/logs:Z
- pcsc-sock:/run/pcscd
pid: service:pcscd
depends_on: [pcscd]
restart: always
volumes:
pcsc-sock: