Skip to content

A collection of docker configurations to build up the whole Mobiliscope ecosystem

License

Notifications You must be signed in to change notification settings

Geographie-cites/mobiliscope-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobiliscope-services

A collection of docker configurations to build up the whole Mobiliscope ecosystem

Prerequisites

Installation

  • git
  • docker
  • docker-compose

Then run:

sudo chmod 777 /var/run/docker.sock
docker network create proxy

Use Traefik (reverse proxy) and mobiliscope services

ssh mobiliscope@mobiliscope.huma-num.fr // connect to the huma-num machine

mobiliscope@mobiliscope> cd mobiliscope-services // go to the mobiliscope services directory (git one)

mobiliscope@mobiliscope> docker-compose up -d // starts all services

mobiliscope@mobiliscope> docker ps //check started service statuses

mobiliscope@mobiliscope> docker logs reverse-proxy // display logs of the traefik reverse-proxy

mobiliscope@mobiliscope> docker-compose down // stops all services

mobiliscope@mobiliscope> docker-compose build --no-cache mobiliquest // Rebuild mobiliquest after a repository push

mobiliscope@mobiliscope> docker-compose build --no-cache mobiliscope // Rebuild mobiliscope after a repository push

Check services

Browse traefik.ajmr.mobiliscope.com

Minio web interface

Browse minioadmin.ajmr.mobiliscope.com

Minio API

minio.ajmr.mobiliscope.com

Mobiliscope

Browse ajmr.mobiliscope.com

About

A collection of docker configurations to build up the whole Mobiliscope ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published