mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
8 lines
102 B
YAML
8 lines
102 B
YAML
version: "3"
|
|
services:
|
|
server:
|
|
image: fosscord/server
|
|
build: .
|
|
ports:
|
|
- 3001:3001
|