mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 11:04:15 +00:00
10 lines
147 B
YAML
10 lines
147 B
YAML
version: "3"
|
|
|
|
services:
|
|
node:
|
|
build: "."
|
|
ports:
|
|
- "1935:1935"
|
|
- "3002:3002"
|
|
volumes:
|
|
- "./.env:/home/node/app/.env" |