odyssey/docker-compose-test.yml

15 lines
278 B
YAML
Raw Normal View History

2019-10-08 04:59:13 +00:00
version: '3'
services:
odyssey:
2020-07-26 07:58:15 +00:00
build:
dockerfile: ./docker/Dockerfile
2020-07-26 07:58:15 +00:00
context: .
2019-10-08 04:59:13 +00:00
environment:
CMAKE_BUILD_TYPE: "${CMAKE_BUILD_TYPE:-Release}"
2019-10-08 04:59:13 +00:00
ports:
- "6432:6432"
volumes:
- ./odyssey.conf:/etc/odyssey.conf
- ..:/odyssey