odyssey/docker-compose-test.yml

28 lines
512 B
YAML
Raw Normal View History

2020-07-26 07:58:15 +00:00
version: '3'
services:
odyssey:
2021-04-21 13:11:18 +00:00
build:
dockerfile: ./docker/Dockerfile
context: .
2020-07-26 07:58:15 +00:00
environment:
CMAKE_BUILD_TYPE: "${CMAKE_BUILD_TYPE:-Debug}"
networks:
2020-08-08 16:00:31 +00:00
od_net:
2020-07-26 07:58:15 +00:00
ipv4_address: 192.168.233.15
2021-04-21 13:11:18 +00:00
openldapr:
image: "osixia/openldap:1.5.0"
networks:
od_net:
ipv4_address: 192.168.233.16
2020-07-26 07:58:15 +00:00
networks:
2020-08-08 16:00:31 +00:00
od_net:
2020-07-26 07:58:15 +00:00
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.233.0/24
2021-04-21 13:11:18 +00:00
# - gateway: 192.168.233.1