Skip to content

Latest commit

 

History

History
 
 

services

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

services

Each folder contains a services that is part of the platform's main stack. There is separate repository https://github.com/ITISFoundation/osparc-ops/ with extra stacks for operations (e.g. monitoring, logging, ...).

Development Workflow

To build images for development

  make build-devel
  make up-devel

To build images for production

  make build tag-version
  make up-version

Deploying Services

To build and tag these images:

  make build tag-version tag-latest

To deploy the application in a single-node swarm

  make up-latest

Localhost deploy (dev)

Containers
Data storage
  • adminer: postgres database content viewer
  • redis-commander: redis content viewer (analogous to adminer for postgres )
  • minio: s3 storage management viewer
    • user=12345678, password=12345678
Network
  • traefik: reverse proxy dashboard
    • whoami: test service to check traefik

See details in docker-compose.local.yml.

Local registry
  make local-registry