go-ssb-room/docker-compose.yml

12 lines
340 B
YAML

version: '3'
services:
room:
build: .
command: 'sh start.sh'
env_file: .env
ports:
- "3000:3000" # Proxypass this port through NGINX or Apache as your HTTP landing & dashboard page
- "0.0.0.0:8008:8008" # This is the port SSB clients connect to
volumes:
- ./ssb-go-room-secrets:/ssb-go-room-secrets