spacedeck / spacedeck-open

Spacedeck, a web based, real time, collaborative whiteboard application with rich media support
GNU Affero General Public License v3.0
1.01k stars 243 forks source link

Is there a manual or steps to follow to deploy spacedeck-open in a docker SWARM (aka all dependencies in a stack) ? #226

Open le-patenteux opened 2 years ago

le-patenteux commented 2 years ago

I am trying to find documentation on deploying with docker-compose including all the required bits.

From what I can see here, the actual yml file will not build all the requirements... a docker-compose yml file with all the required sub-services would be nice, and I am not sure I can build that myself!

Listing more detailed requirements would help too

Specifications

christf commented 2 years ago

what do you mean by "with all the required sub-service"? Starting the container as specified by the docker-compose file yields a working spacedeck for me.

le-patenteux commented 2 years ago

Oh god, I am so bad with Github! I don't know how to setup notifications and never saw this answer!

I was reffering to a docker-compose example... What did you use? because I could not make it work.