Added product admin features

This commit is contained in:
Niklas Fondberg
2021-07-26 10:35:52 +02:00
committed by GitHub
parent 32adee1bf4
commit d17df41d86
38 changed files with 1613 additions and 381 deletions
+4 -3
View File
@@ -1,18 +1,19 @@
version: '3.7'
version: '3.8'
services:
api:
build:
context: ./
dockerfile: ./Dockerfile
volumes:
- ./:/app
# 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
networks:
default: