version: '2' services: merchant: build: . depends_on: - dbcontainer ports: - "80:80" base: build: ../base image: taler/base dbcontainer: image: postgres