Do not verify token during tests
This commit is contained in:
+12
-10
@@ -1,16 +1,18 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
api:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: ./Dockerfile
|
||||
volumes:
|
||||
- ./:/app
|
||||
container_name: photowall.graphql
|
||||
hostname: graphql.local
|
||||
ports:
|
||||
- "4000:4000"
|
||||
api:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: ./Dockerfile
|
||||
volumes:
|
||||
- ./:/app
|
||||
container_name: photowall.graphql
|
||||
hostname: graphql.local
|
||||
ports:
|
||||
- '4000:4000'
|
||||
environment:
|
||||
- COGNITO_POOL_ID=eu-west-1_3O4VfvPn7
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user