P5-7626 - Development fixes and clarifications

This commit is contained in:
Anders Gustafsson
2021-08-12 10:51:57 +02:00
parent d17df41d86
commit 38cfa4d05a
4 changed files with 16 additions and 11 deletions
+4 -4
View File
@@ -4,16 +4,16 @@ services:
api:
build:
context: ./
dockerfile: ./Dockerfile
# volumes:
# - ./:/app
dockerfile: ./Dockerfile-dev
volumes:
- ./:/app
container_name: photowall.graphql
hostname: graphql.local
ports:
- '4000:4000'
environment:
- COGNITO_POOL_ID=eu-west-1_3O4VfvPn7
- DATABASE_URL=postgresql://fondberg:@docker.for.mac.localhost/photowall
- DATABASE_URL=${DATABASE_URL}
networks:
default: