4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-22 00:47:08 +00:00
AzuraCast/docker-compose.dev.yml
2022-03-08 17:00:03 -06:00

14 lines
304 B
YAML

services:
web:
build:
context: .
ports:
- "127.0.0.1:3306:3306"
- "127.0.0.1:6379:6379"
volumes:
- ./util/local_ssl:/etc/nginx/certs
- ./vendor:/var/azuracast/www/vendor
- .:/var/azuracast/www
extra_hosts:
- "host.docker.internal:host-gateway"