Sign inSign up

pacroy/timeoff

By pacroy

•Updated about 7 years ago

Docker implementation of the timeoff-management project.

Image
0

530

pacroy/timeoff repository overview

⁠docker-timeoff-management

Docker implementation of the timeoff-management project⁠ based on works done by nosinovacao⁠ and thperret⁠.

⁠Using Dockerfile

By default timeoff-management use sqlite and no smtp server configured.

⁠Building Dockerfile

$ docker build -t timeoff .

⁠Running Docker Image

$ docker run -d -p 3000:3000 --name timeoff timeoff

⁠Environment Variables

Var NamePossible values
NODE_ENVdevelopement(default), test, production
SENDER_MAILemail address
SMTP_HOSThost
SMTP_PORTport
SMTP_USERusername/address
SMTP_PASSWORDpassword
APP_URLhttp://app.timeoff.management⁠ (default)
PROMOTION_URLhttp://timeoff.management⁠
ALLOW_ACCOUNTS_CREATIONtrue , false

⁠Using Docker-Compose

$ docker-compose up -d

⁠Docker Hub

My built image is available on Docker Hub at pacroy/timeoff⁠.

Tag summary

Content type

Image

Digest

Size

75.2 MB

Last updated

about 7 years ago

docker pull pacroy/timeoff