feat(api): validate configuration

This commit is contained in:
Julian Tölle 2020-05-03 03:47:24 +02:00
parent ad98ce4e88
commit e78c6e312d
8 changed files with 109 additions and 12 deletions

View file

@ -16,9 +16,11 @@ services:
target: build-api
command: ["npm", "run", "start:dev"]
environment:
DB_HOST: db
DB_USERNAME: listory
DB_PASSWORD: listory
DB_HOST: db
DB_DATABASE: listory
APP_URL: "http://localhost:3000"
env_file: .env
volumes:
- ./src:/app/src