+replace user:root +disable rm .git
1.2K
Possibly the best Dockerfile for Strider-CD.
The most straight forward usage if via Docker links:
docker run -d --name mongo mongo
docker run -d --name smtp -e MAILNAME=test panubo/postfix
docker run -d --link mongo --link smtp macropin/strider
These are the base Strider variables. Docker links can be use in place of configuring the SMTP and MongoDB services:
SERVER_NAME - Required; Address at which server will be accessible on the Internet. E.g. https://strider.example.com (note: no trailing slash)HOST - Host where strider listens, optional (defaults to 0.0.0.0).PORT - Port that strider runs on, optional (defaults to 3000).DB_URI - MongoDB DB URI (or use --link MONGO), alternatively define both MONGO_HOST and MONGO_PORTHTTP_PROXY - Proxy support, optional (defaults to null)
If you want email notifications, configure an SMTP server (we recommend Mailgun for SMTP if you need a server - free account gives 200 emails / day):SMTP_HOST - SMTP server hostname e.g. smtp.example.comSMTP_PORT - SMTP server port e.g. 587 (default)SMTP_USER - SMTP auth username e.g. "myuser"SMTP_PASS - SMTP auth password e.g. "supersecret"SMTP_FROM - Default FROM address e.g. "Strider [email protected]" (default)Initial config variables. If these are defined then they will be used to create an admin account:
STRIDER_ADMIN_EMAILSTRIDER_ADMIN_PASSWORDStable.
Content type
Image
Digest
Size
303.9 MB
Last updated
over 10 years ago
docker pull brownman/docker-strider