mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 20:25:40 +00:00
8 lines
102 B
YAML
8 lines
102 B
YAML
version: "3"
|
|
services:
|
|
server:
|
|
image: fosscord/server
|
|
build: .
|
|
ports:
|
|
- 3001:3001
|