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/peercalls/docker-compose.yml
2023-02-02 14:09:14 +02:00

17 lines
297 B
YAML

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