AzuraCast/docker-compose.dev.yml

14 lines
304 B
YAML
Raw Normal View History

services:
web:
build:
context: .
ports:
- "127.0.0.1:3306:3306"
- "127.0.0.1:6379:6379"
volumes:
- ./util/local_ssl:/etc/nginx/certs
2020-10-21 12:25:03 +02:00
- ./vendor:/var/azuracast/www/vendor
- .:/var/azuracast/www
extra_hosts:
- "host.docker.internal:host-gateway"