1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 09:41:35 +02:00
server/docker-compose.yml

8 lines
102 B
YAML
Raw Normal View History

2021-08-13 01:09:08 +02:00
version: "3"
services:
2021-10-23 20:04:58 +02:00
server:
image: fosscord/server
build: .
ports:
- 3001:3001