This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jupiter-compose/.disabled/peercalls/docker-compose.yml
2023-10-28 14:30:26 +01:00

15 lines
236 B
YAML

services:
peercalls:
image: peercalls/peercalls
restart: unless-stopped
environment:
- PEERCALLS_BASE_URL=/p2p
networks:
- default
- routing
networks:
routing:
external: true
name: routing