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