version: '3.1' services: concordia-postgres: build: ./concordia-postgres container_name: concordia-postgres restart: always lemmagen: build: ./lemmagen container_name: lemmagen restart: always concordia-server: build: ./concordia-server container_name: concordia-server ports: - "10001:80"