Reformat compose files
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
14
.disabled/peercalls/docker-compose.yml
Normal file
14
.disabled/peercalls/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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