version: '3' services: odyssey: build: dockerfile: ./docker/Dockerfile context: . environment: CMAKE_BUILD_TYPE: "${CMAKE_BUILD_TYPE:-Release}" ports: - "6432:6432" volumes: - ./odyssey.conf:/etc/odyssey.conf - ..:/odyssey