Webmaker ID
This is a docker container that can be used to run https://github.com/mozilla/id.webmaker.org
Its a snapshot of: https://github.com/mozilla/id.webmaker.org/commit/2a82102b4cd304c61c0d5ab067d5eb90ebefef3e
To connect it to a locally running postgres DB, and expose the app on your local machine run this command:
docker run -p 1234:1234 -d --add-host=database:127.0.0.1 -e "POSTGRE_CONNECTION_STRING=postgre://username:pass@database:5432/webmaker_oauth" -e "HOST=0.0.0.0" cade/webmaker-id
(be sure to replace username:pass with your db login credentials.
Content type
Image
Digest
sha256:96422a626…
Size
196.3 MB
Last updated
almost 11 years ago
docker pull cade/webmaker-id