mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
8 lines
105 B
YAML
8 lines
105 B
YAML
version: "3"
|
|
|
|
services:
|
|
app:
|
|
build: "."
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9000:9000" |