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