wip: stalled changes

This commit is contained in:
Yann Autissier
2024-12-15 14:16:05 +01:00
parent d07a6aafaf
commit c37d3fa636
23 changed files with 383 additions and 17 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3.6'
services:
389ds:
build:
args:
- BUILD_VERSION=${HOST_389DS_VERSION}
- DOCKER_BUILD_DIR=docker/389ds
context: ../..
dockerfile: docker/389ds/Dockerfile
container_name: ${HOST_COMPOSE_PROJECT_NAME}-389ds
hostname: ${HOSTNAME}
image: ${HOST_DOCKER_REPOSITORY}/389ds:${DOCKER_IMAGE_TAG}
network_mode: host
restart: always