chore: remove docker-compose.yml

This commit is contained in:
Jonas Gloning 2023-01-17 15:12:00 +01:00
parent 9b99dc2fe8
commit b4bdd61cf6
No known key found for this signature in database
GPG Key ID: 684639B5E59E7614

View File

@ -1,10 +0,0 @@
version: '3'
services:
peerjs:
build: .
container_name: peerjs_server
expose:
- 9000
ports:
- "9000:9000"