Skip to content

Instantly share code, notes, and snippets.

@saaj
Created April 26, 2020 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saaj/41ae3595afc3036779723697764e2e12 to your computer and use it in GitHub Desktop.
Save saaj/41ae3595afc3036779723697764e2e12 to your computer and use it in GitHub Desktop.
Chronologer Intro Demo
version: '3'
services:
web:
image: saaj/chronologer:0.4.2
environment:
CHRONOLOGER_STORAGE_DSN: sqlite:////tmp/db/chrono.sqlite
CHRONOLOGER_SECRET: some_random_string
CHRONOLOGER_PASSWORD: ssap
ports:
- 8080:8080
volumes:
- /tmp/db
command: python3.7 -m chronologer -e production serve -u www-data -g www-data -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment