abdul revised this gist . Go to revision
1 file changed, 24 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,24 @@ | |||
| 1 | + | version: '3' | |
| 2 | + | ||
| 3 | + | services: | |
| 4 | + | databag: | |
| 5 | + | image: balzack/databag:latest | |
| 6 | + | ports: | |
| 7 | + | - "7000:7000" | |
| 8 | + | environment: | |
| 9 | + | - ADMIN=YourPassword | |
| 10 | + | volumes: | |
| 11 | + | - databag_data:/var/lib/databag | |
| 12 | + | ||
| 13 | + | ||
| 14 | + | coturn: | |
| 15 | + | image: coturn/coturn:4.5.2 | |
| 16 | + | ports: | |
| 17 | + | - "3478:3478/udp" | |
| 18 | + | environment: | |
| 19 | + | - TURN_SECRET=YourPassword | |
| 20 | + | command: ["--listening-ip=0.0.0.0", "--external-ip=Yourexternal-IP"] | |
| 21 | + | ||
| 22 | + | ||
| 23 | + | volumes: | |
| 24 | + | databag_data: | |
Newer
Older