kandimat/.env
Christoph Lienhard 113653ec92 fix: Make kandimat useable
* Added nginx to reroute requests to different containers
* Made dev-containers more dev by utilizing volumes
  With that, changes on the hard-drive are immediately available in the container
Make kandimat useable
2022-02-02 22:07:55 +01:00

11 lines
255 B
Bash

COMPOSE_FILE=docker-compose.dev.yml
COMPOSE_PROJECT_NAME=kandimat
PORT=3000
# Backend vars
POSTGRES_PASSWORD=postgres!dev
DATABASE_URL=postgres://kandimat_postgraphile:postgres!dev@postgres:5432/kandimat_db
JWT_SECRET=asdfasdfasdf
BACKEND_PATH=/graphql