This commit is contained in:
Aitzol 2023-04-19 12:54:05 +02:00
parent e6c9b21447
commit 9d3f205b53
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ RUN mkdir -p /www
WORKDIR /www WORKDIR /www
COPY . . COPY . .
RUN cp settings.ini.example settings.ini
RUN chmod +x start.sh RUN chmod +x start.sh
RUN set -e; \ RUN set -e; \
apk add --no-cache --virtual .build-deps \ apk add --no-cache --virtual .build-deps \

View File

@ -2,10 +2,11 @@ version: '3'
services: services:
ldap-python-webui: ldap-python-webui:
image: aitzol/ldap-webui:latest image: aitzol/ldap-webui:latest
container_name : ldap-python-webui
network_mode : host network_mode : host
volumes: volumes:
- ./data:/data:rw - ./data:/data:rw
- ./settings.ini:/settings.ini - ./settings.ini:/www/settings.ini
# - ./certs:/container/service/slapd/assets/certs:rw # - ./certs:/container/service/slapd/assets/certs:rw
# - ./schema:/container/service/slapd/assets/config/bootstrap/schema/custom # - ./schema:/container/service/slapd/assets/config/bootstrap/schema/custom
#ports: #ports: