4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-18 06:57:05 +00:00
AzuraCast/docker-compose.cloudide.yml
Buster "Silver Eagle" Neece 2bfc1e9d19
Update cloud IDE Compose file.
2022-03-15 23:57:27 -05:00

12 lines
276 B
YAML

services:
web:
build:
context: .
ports:
- '10022:2022'
- "127.0.0.1:3306:3306"
- "127.0.0.1:6379:6379"
volumes:
- ${LOCAL_WORKSPACE_FOLDER:-.}/vendor:/var/azuracast/www/vendor
- ${LOCAL_WORKSPACE_FOLDER:-.}:/var/azuracast/www