mirror of
https://github.com/v0idp/Mellow.git
synced 2025-12-31 18:59:42 -06:00
12 lines
234 B
YAML
12 lines
234 B
YAML
version: "3"
|
|
services:
|
|
mellow:
|
|
build: .
|
|
ports:
|
|
- "5060:5060"
|
|
volumes:
|
|
- /opt/appdata/mellow/:/usr/src/app/data/
|
|
environment:
|
|
- PORT=5060
|
|
- JWT_SECRET=random_string
|
|
restart: unless-stopped |