pet-informatica/petutility-api

Name: petutility-api

Owner: PET-Informática

Description: API para ferramenta de gestão interna do grupo

Created: 2017-02-23 19:50:21.0

Updated: 2017-12-09 20:00:34.0

Pushed: 2018-01-01 07:57:13.0

Homepage:

Size: 2673

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

PET-Utility

docker-compose.yaml
ion: '2'

ices:
tutility:
container_name: petutility
build: ./petutility
volumes:
  - ./petutility:/www
depends_on:
  - postgres
ports:
  - "80:3000"
env_file:
  - locals.env
stgres:
container_name: postgres
image: "postgres:9.6"
environment:
  - POSTGRES_USER=pet
  - POSTGRES_PASSWORD=petutility!
  - POSTGRES_DB=database
ports:
  - "5432:5432"
locals.env
L_DESTINY=<global_email_destiny>
L_API=<mailgun_api_key>
L_DOMAIN=<mailgun_domain>
L=<mailgun_email>
_ENV=development
DINARY_URL=<cloudinary_url>
BASE_URL=postgres://pet:petutility!@postgres:5432/database
=3000
IE_SECRET=HBJHjhvgvJVhgCVHJGvGHvcHgchgc%67&^%YFgcHGcJCJH

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.