chore: use a secure dev environment

This commit is contained in:
jo 2023-04-11 19:30:46 +02:00 committed by Kyle Robbertze
parent edf96ac5fc
commit d4c272db49
7 changed files with 84 additions and 1 deletions

View file

@ -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