mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
9 lines
127 B
YAML
9 lines
127 B
YAML
version: "3"
|
|
|
|
services:
|
|
node:
|
|
build: "."
|
|
ports:
|
|
- "3010:3010"
|
|
volumes:
|
|
- "./.env:/home/node/app/.env" |