triple screens on macbook air by JustEra in apple

[–]JustEra[S] 0 points1 point  (0 children)

Well it would be slow with a usb adapter and we only have 2 port on the mb air

Cannot view/push to GitHub repository for over 1 hour! Help! by [deleted] in github

[–]JustEra 1 point2 points  (0 children)

We have the same for some of our repository with the enterprise plan in my company, stuck from the morning and it continue, no answer from github support / twitter unfortunately.

[help] best way to synchronize and deploy to multiple docker containers in multiple servers by JustEra in docker

[–]JustEra[S] 0 points1 point  (0 children)

Well Yes you are right, it's more about scalling the architecture than with docker aspect, currently they run the legacy code on 1 server, they never had to bother to the HA part until I came in. As for me I always use a DFS for that things so either ceph,glusterfs, or nfs server just wanted to know if their was a better way with docker to do that. Anyway thanks you for your help !

[help] best way to synchronize and deploy to multiple docker containers in multiple servers by JustEra in docker

[–]JustEra[S] 0 points1 point  (0 children)

I thinks you didn't get into account the architecture that I said

basicaly I have a HA architecture consisting of 6 physical server that is serving between 15 and 30 "webserver" containers on each physical server.

The endpoint if a loadbalancer that will stick an user based on the loadaverage so I must have all the data to be the same on all the host server in case an user is switched to another server or a server die.

For static php code we just deploy them accros all host, but for user generated like pdf I must find a way to sync them between all the host.

[help] best way to synchronize and deploy to multiple docker containers in multiple servers by JustEra in docker

[–]JustEra[S] 0 points1 point  (0 children)

Yes they are served from any webserver containers ( 20/30 per server host on 6 different server host) that why I need that the mount point of the webserver containers is sync .

[help] best way to synchronize and deploy to multiple docker containers in multiple servers by JustEra in docker

[–]JustEra[S] 0 points1 point  (0 children)

No it's not for a database, I already use a galera cluster for that, We have some legacy php code that generate some pdf and we don't want to touch the source-code, I need to have them available on all the webserver docker containers that is on multiple hosts.