P5-7141: basic tests (#1)

* added containers for db and apollo

* connected to test db

* added network again

* Added base for tests
This commit is contained in:
Arwid Thornström
2021-06-17 11:04:22 +02:00
committed by GitHub
parent b9b6abbec5
commit 74796e23a8
26 changed files with 22059 additions and 1776 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3.7'
services:
api:
build:
context: ./
dockerfile: ./Dockerfile
container_name: photowall.graphql
hostname: graphql.local
ports:
- "4000:4000"
networks:
default:
external:
name: photowall-docker-network