Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

tageler/tageler-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Tageler Docker Compose

This project is archived, and no longer maintained.

It will be replaced with a django based project, that will be open sourced at some point.

Quickstart

docker-compose pull
docker-compose up -d

Configuration

sed -i \
  -e 's/VIRTUAL_HOST: api.tageler.ch/VIRTUAL_HOST: api.example.org/' \
  -e 's/API_HOST: api.tageler.ch/API_HOST: api.example.org/' \
  -e 's/VIRTUAL_HOST: www.tageler.ch/VIRTUAL_HOST: www.example.org/' \
  docker-compose.yml

Development

sed -i \
  -e 's@tageler/tageler-api:latest@tageler/tageler-api:develop@' \
  -e 's@tageler/tageler-frontend:latest@tageler/tageler-frontend:develop@' \
  -e 's/VIRTUAL_HOST: api.tageler.ch/VIRTUAL_HOST: api.tageler.vcap.me/' \
  -e 's/API_HOST: api.tageler.ch/API_HOST: api.tageler.vcap.me/' \
  -e 's/VIRTUAL_HOST: www.tageler.ch/VIRTUAL_HOST: www.tageler.vcap.me/' \
  docker-compose.yml

Releases

No releases published

Packages

No packages published