Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

shipperstack/shipper-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22169ba · Feb 25, 2023

History

74 Commits
Jan 31, 2023
May 22, 2022
Jan 6, 2023
Jan 23, 2023
May 14, 2022
May 23, 2022
Feb 25, 2023
Feb 25, 2023
May 15, 2022
May 23, 2022
Jan 6, 2023
May 22, 2022
Feb 25, 2023
Feb 25, 2023
Nov 30, 2022
Jun 7, 2022
May 21, 2022

Repository files navigation

shipper-docker

Release Docker image Docker Pulls

Repository housing files to create/build/run Docker images of the shipper platform

Installation

Run:

docker-compose up -d --no-build

Build

Run:

docker-compose -f docker-compose.dev.yml up -d --build

Documentation

Detailed documentation is available here.

Warning

Do not run the production environment and the development environment from the same directory. Docker Compose uses the folder name as a prefix for the containers that are created, which can potentially cause a conflict. As a result, you may end up destroying a set of containers from one environment when settting up the set of containers for the other environment!

If you must use the same directory for both environments, consider prefixing your Docker Compose commands with COMPOSE_PROJECT_NAME in order to change the prefix used. (Or, export the environment flag before running Docker Compose commands.)