Refactor docker-compose files
This commit is contained in:
16
peercalls/docker-compose.yml
Normal file
16
peercalls/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
Reference in New Issue
Block a user