Sign inSign up

landertome/cyclotron-docker

By landertome

•Updated almost 7 years ago

Image
0

258

landertome/cyclotron-docker repository overview

⁠Cyclotron on Docker

This repository contains a Docker Compose configuration for running Cyclotron⁠. It creates a Cyclotron container, a MongoDB container, and a MongoDB data volume.

docker-compose up -d

⁠Running without Docker Compose

Manually launching just the Cyclotron site/service docker image. Doesn't run MongoDB, but it expects it to be running at the hostname mongo.

docker build -t cyclotron .
docker images
docker run -d --name cyclotron -p 777:777 -p 8077:8077 cyclotron
docker exec -it cyclotron /bin/bash

Tag summary

Content type

Image

Digest

Size

536.6 MB

Last updated

almost 7 years ago

docker pull landertome/cyclotron-docker