Skip to content

palladium-tms/palladium-docker

Repository files navigation

palladium-docker

Usage

Use docker-compose up in directory of project for start services

There are 4 containers:

  • db: container with database for api-server
  • api-server: container with api server. It use puma socket for connect with master container
  • clientside-build: container for building client side. It build and put files to shared folder in ./dist. It will dead after building.
  • nginx-server: master container. It take puma socket from api-server and it will be available in http://host/api path, and take client side folder. It will be available in http://host/api path.

Update

For update container with server api: docker-compose up -d --no-deps --build api-server

For update view side docker-compose up -d --no-deps --build clientside-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages