version: '3.0' services: db: image: postgres:latest ports: - 5432:5432 server: build: dockerfile: ./jirs-server/Dockerfile context: .