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

Latest commit

 

History

History
32 lines (26 loc) · 924 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 924 Bytes

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