Dockerfile for go-ssb-room
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
3wc 866c2eb754
continuous-integration/drone Build is passing Details
Update go-ssb-room, add Dockerfile
2 years ago
.drone.yml Update go-ssb-room, add Dockerfile 2 years ago
Dockerfile Update go-ssb-room, add Dockerfile 2 years ago
README.md Add README 2 years ago
entrypoint.sh Build insert-user command too 2 years ago

README.md

Docker-go-ssb-room

Dockerfile for https://github.com/ssb-ngi-pointer/go-ssb-room/

Using

Plain Docker:

docker run \
	-e "DOMAIN=yourdomain.com" \
	-v "$PWD/data:/app/data" \
	-p "3000:3000" \
	3wordchant/go-ssb-room:2.0.3

Co-op Cloud:

abra app new go-ssb-room
# answer prompts
abra app room.example.com deploy