mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat(api): validate configuration
This commit is contained in:
parent
ad98ce4e88
commit
e78c6e312d
8 changed files with 109 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue