Skip to content

Files

Latest commit

28ce580 · May 2, 2023

History

History

docker

Docker files for scio

Requirements

You will need docker and docker-compose to run scio in docker.

Create network for SCIO containers

sudo docker network create scio

Build images

docker-compose build

Build With proxy:

docker-compose build --build-arg http_proxy=http://<PROXY>:<PORT> --build-arg=https_proxy http://<PROXY>:<PORT>

Run

Run all components (currently except scio-feeds):

docker-compose up --remove-orphans

Remove all data from docker instance

docker-compose down --volumes