chore: use a secure dev environment
This commit is contained in:
parent
edf96ac5fc
commit
d4c272db49
7 changed files with 84 additions and 1 deletions
|
@ -72,5 +72,11 @@ services:
|
|||
- ./legacy:/var/www/html
|
||||
|
||||
icecast:
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 8443:8443
|
||||
environment:
|
||||
ICECAST_MAX_SOURCES: 10
|
||||
volumes:
|
||||
- ./dev/certs:/certs
|
||||
- ./dev/icecast.xml:/etc/icecast.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue