Skip to content
Snippets Groups Projects
Commit f52bdeaf authored by nimrod's avatar nimrod
Browse files

Personal registry.

parent 832a8f90
Branches
No related tags found
No related merge requests found
Pipeline #592 passed
FROM docker:19.03 as docker
# hadolint ignore=DL3006
FROM adarnimrod/cron as supersonic
FROM registry.shore.co.il/cron as supersonic
COPY --from=docker /usr/local/bin/docker /usr/local/bin/
COPY --chown=root:root crontab /crontab
# hadolint ignore=DL3002
......
......@@ -18,7 +18,6 @@ services:
#SLAPD_DEBUG_LEVEL: "any"
SSL_DHPARAMS_FILE: /var/ssl/dhparams
hostname: "${LDAP_HOSTNAME:-ldap}.${LDAP_DOMAIN:-shore.co.il}"
image: adarnimrod/slapd
restart: always
volumes:
- _run_slapd:/run/slapd
......@@ -35,7 +34,6 @@ services:
LAM_PASSWORD: *password # pragma: allowlist secret
LDAP_ADMIN_DN: "cn=admin,${LDAP_BASE_DN:-dc=shore,dc=co,dc=il}"
LDAP_BASE_DN: &base_dn "${LDAP_BASE_DN:-dc=shore,dc=co,dc=il}"
image: adarnimrod/ldap-account-manager
restart: always
volumes:
- _run_slapd:/run/slapd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment