OSP changing quote characters to double quote. Reformatting to 2 space indentation.

This commit is contained in:
Alexey Skobkin 2020-04-15 23:23:21 +03:00
parent c617a7c14b
commit a7c61b9e97
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -1,5 +1,6 @@
# https://gitlab.com/Deamos/flask-nginx-rtmp-manager/-/blob/master/docker-compose.yml
version: '3.4'
version: '3.7'
services:
redis:
image: redis
@ -9,9 +10,9 @@ services:
app:
image: deamos/openstreamingplatform
ports:
- '1935:1935'
- 'localhost:8585:80'
- 'localhost:8553:443'
- "1935:1935/tcp"
- "localhost:8585:80/tcp"
- "localhost:8553:443/tcp"
environment:
- REDIS_HOST="ospredis"
- REDIS_PORT=6379