* P5-7495: added more db data and more designer tests * P5-7496: rebuild for sql export, added better test control values * changed order rows - edge from int to string * added tests for designer order rows * remove sql inserts * Some cleanup and moving files * package * removed comments * added base sql files to pass tests on github CI
19 lines
332 B
YAML
19 lines
332 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
api:
|
|
build:
|
|
context: ./
|
|
dockerfile: ./Dockerfile
|
|
volumes:
|
|
- ./:/app
|
|
container_name: photowall.graphql
|
|
hostname: graphql.local
|
|
ports:
|
|
- "4000:4000"
|
|
|
|
networks:
|
|
default:
|
|
external:
|
|
name: photowall-docker-network
|