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