Docker implementation of the timeoff-management project.
530
Docker implementation of the timeoff-management project based on works done by nosinovacao and thperret.
By default timeoff-management use sqlite and no smtp server configured.
$ docker build -t timeoff .
$ docker run -d -p 3000:3000 --name timeoff timeoff
| Var Name | Possible values |
|---|---|
| NODE_ENV | developement(default), test, production |
| SENDER_MAIL | email address |
| SMTP_HOST | host |
| SMTP_PORT | port |
| SMTP_USER | username/address |
| SMTP_PASSWORD | password |
| APP_URL | http://app.timeoff.management (default) |
| PROMOTION_URL | http://timeoff.management |
| ALLOW_ACCOUNTS_CREATION | true , false |
$ docker-compose up -d
My built image is available on Docker Hub at pacroy/timeoff.
Content type
Image
Digest
Size
75.2 MB
Last updated
about 7 years ago
docker pull pacroy/timeoff