Project planning with GitHub issues.
Register a new GitHub application with these settings:
- Application name:
Charing Cross Development - Homepage URL:
http://docker.local:8000 - Authorization callback URL:
http://docker.local:8000/complete/github-org/
Save the client ID and client secret into a file called docker-compose.override.yml:
version: "2"
services:
web:
environment:
GITHUB_KEY: [client id]
GITHUB_SECRET: [secret]Then run:
$ docker-compose up db -b
$ docker-compose run web python manage.py migrate
$ docker-compose up -d
docker-compose.production.yml is a Docker Cloud stack file.