4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 05:06:37 +00:00
AzuraCast/docker-compose.cloudide.yml

12 lines
276 B
YAML
Raw Normal View History

2022-03-16 04:57:27 +00:00
services:
web:
build:
context: .
ports:
- '10022:2022'
2022-03-16 04:57:27 +00:00
- "127.0.0.1:3306:3306"
- "127.0.0.1:6379:6379"
volumes:
2021-09-24 22:18:10 +00:00
- ${LOCAL_WORKSPACE_FOLDER:-.}/vendor:/var/azuracast/www/vendor
- ${LOCAL_WORKSPACE_FOLDER:-.}:/var/azuracast/www