Commit Graph

1723 Commits (clj-a2png)
 

Author SHA1 Message Date
Marcin Kulik b987effc89 Route .json and .png requests to Clojure app 7 years ago
Marcin Kulik 3e2bb2682e Start Clojure app in Supervisor 7 years ago
Marcin Kulik 41139dcb8b Run Clojure server on port 4000 so it doesn't collide with Rails server 7 years ago
Marcin Kulik 155bd3d36a auto-file-store constructor for auto-detecting store type based on config keys 7 years ago
Marcin Kulik a3feeb6454 Use :uri instead of :host/:port as :spec for carmine 7 years ago
Marcin Kulik 70fd5608f6 Use DATABASE_URL compatible with PostgreSQL JDBC driver 7 years ago
Marcin Kulik f868dc19d4 Build uberjar in Dockerfile 7 years ago
Marcin Kulik 146a9bcfc5 HOST env is not used anymore 7 years ago
Marcin Kulik e2e4f2d66b Merge pull request #248 from asciinema/install-doc
Install doc
7 years ago
Marcin Kulik 98a981f05c Add final section on creating the containers 7 years ago
Marcin Kulik aabc45a0c2 Improve db setup instructions 7 years ago
Marcin Kulik 3d2c65ebe9 Describe volume mapping 7 years ago
Marcin Kulik e362884a58 Minor INSTALL doc tweaks 7 years ago
Marcin Kulik 8233f18c9f Second (incomplete) version of INSTALL doc 7 years ago
Marcin Kulik 7d38d2d647 First (incomplete) version of INSTALL doc 7 years ago
Marcin Kulik af0b3506cd Use correct default DB URL 7 years ago
Marcin Kulik cea3536fc0 Words 7 years ago
Marcin Kulik 1acf2b8347 Ability to use private asciicast as "demo" on homepage 7 years ago
Marcin Kulik 0353c8c25d Fix mailer spec 7 years ago
Marcin Kulik d9c499f411 Fix BaseUploader.absolute_url 7 years ago
Marcin Kulik ee223e649a Whitespace 7 years ago
Marcin Kulik c9d334bd00 Derive smtp_from_address from BASE_URL when no SMTP_FROM_ADDRESS set 7 years ago
Marcin Kulik 1ce5c6cbde Use ## for comments in example env file 7 years ago
Marcin Kulik 1a84b0cbdd Switch from HOST and SCHEME to BASE_URL env var 7 years ago
Marcin Kulik ddca9db3e1 Use fog with S3 when S3_BUCKET env var is set 7 years ago
Marcin Kulik 0e7bf6a5dc Remove unused config option 7 years ago
Marcin Kulik de1542f87b Use SECRET_KEY_BASE instead of SECRET_TOKEN 7 years ago
Marcin Kulik 006090b46c Make sure containers restart on daemon boot 7 years ago
Marcin Kulik dba6a45cc8 Allow building Docker image via `docker-compose build` 7 years ago
Marcin Kulik 2f4c2cd826 Use newer fog - no more "Digest::Digest is deprecated; use Digest" \o/ 7 years ago
Marcin Kulik 44fed66336 Use default postgres image user/pass/db - there's no real benefit for custom ones 7 years ago
Marcin Kulik 30911bd09f Use .env.production ENV file for configuring containers 7 years ago
Marcin Kulik fe71738dce Document PostgreSQL and Redis persistence 7 years ago
Marcin Kulik 43d19f3ad3 Extract installation instructions into separate doc 7 years ago
Marcin Kulik e12f100018 Add "Security" section 7 years ago
Marcin Kulik 1008957254 README tweaks 7 years ago
Marcin Kulik 20904489c4 Add "welcome" asciicast on db init 7 years ago
Marcin Kulik b4ed4edc9c More comments 7 years ago
Marcin Kulik 26e36429ae Fix a2png wrt PhantomJS dep 7 years ago
Marcin Kulik 31904bdaa8 Comment 7 years ago
Marcin Kulik 3e0971d704 Be explicit about db user and name in Docker compose setup 7 years ago
Marcin Kulik 5c374f2b77 Merge pull request #247 from asciinema/docker-smtp
Use namshi/smtp container for delivering emails
7 years ago
Marcin Kulik a8753e85eb Use namshi/smtp container for delivering emails 7 years ago
Marcin Kulik 37912a115d Install tzdata in hope to fix build on Docker hub /o\ 7 years ago
Marcin Kulik 34bcb4bd21 Words 7 years ago
Marcin Kulik e545bbbf90 Merge pull request #246 from asciinema/dockerfile-tweaks
Dockerfile tweaks
7 years ago
Marcin Kulik a524b1ac70 Fix order of docker-compose commands to prevent "no such database" errors 7 years ago
Marcin Kulik 9f511e30fa ADD -> COPY 7 years ago
Marcin Kulik a43363ab0f Dockerignore more files in a2png/ 7 years ago
Marcin Kulik ecdc8a463e Add missing imagemagick dependency to Docker image 7 years ago