Captain / Grafana and Influx
0 likes
0 forks
1 files
Last active
Composer for setting up Grafana and Influx in the same network. Point SpeedTest Tracker to Influx and enjoy beautiful graphs of your network speed.
| 1 | version: "3.9" |
| 2 | services: |
| 3 | grafana: |
| 4 | image: grafana/grafana:latest |
| 5 | container_name: Grafana |
| 6 | hostname: grafana |
| 7 | networks: |
| 8 | - sp_monitoring |
| 9 | mem_limit: 512m |
| 10 | cpu_shares: 512 |
pmoraitopoulos / Jitsi Meet
0 likes
0 forks
1 files
Last active • Forked from Gwendal/Jitsi Meet
Free Video Conferencing Software for Web & Mobile
| 1 | version: "3.9" |
| 2 | services: |
| 3 | |
| 4 | # Frontend |
| 5 | jitsi-web: |
| 6 | image: jitsi/web:stable-8960-1 |
| 7 | container_name: jitsi-web |
| 8 | ports: |
| 9 | - 8084:80 |
| 10 | - 4484:443 |
Gwendal / Jitsi Meet
1 likes
1 forks
1 files
Last active
Free Video Conferencing Software for Web & Mobile
| 1 | version: "3.9" |
| 2 | services: |
| 3 | |
| 4 | # Frontend |
| 5 | jitsi-web: |
| 6 | image: jitsi/web:stable-8960-1 |
| 7 | container_name: jitsi-web |
| 8 | ports: |
| 9 | - 8084:80 |
| 10 | - 4484:443 |