radusw / santa-email

Secret Santa Email 🌲

Home Page:https://hub.docker.com/r/radusw/santa-email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secret Santa Email

Instructions

Check here

Build and run locally

  1. Edit the configuration file (e.g. conf/prod.conf).
  2. Using SBT and Docker, publish the image locally and run the container.
$ sbt docker:publishLocal

$ docker run -d -p 9000:9000 \
--restart unless-stopped \
--name santa \
radusw/santa-email:1.0 "conf/prod.conf"

$ docker logs santa --follow

$ curl http://localhost:9000/api/version
  1. Open the browser and go to http://localhost:9000/app.

About

Secret Santa Email 🌲

https://hub.docker.com/r/radusw/santa-email

License:Apache License 2.0


Languages

Language:Scala 83.4%Language:HTML 9.4%Language:JavaScript 7.2%