mirror of
https://github.com/cupcakearmy/livestream.git
synced 2024-12-22 08:06:26 +00:00
13 lines
167 B
YAML
13 lines
167 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
server:
|
||
|
build: ./
|
||
|
ports:
|
||
|
- 80:80
|
||
|
- 1935:1935
|
||
|
volumes:
|
||
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
||
|
- ./srv:/srv
|
||
|
|