From f4a799d630280a44921376e101d45f337aeb7af9 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sat, 15 Aug 2026 18:14:22 -0600 Subject: stuff --- ci/docker-compose.yaml.example | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'ci/docker-compose.yaml.example') diff --git a/ci/docker-compose.yaml.example b/ci/docker-compose.yaml.example index 4c48af6..621c6d9 100644 --- a/ci/docker-compose.yaml.example +++ b/ci/docker-compose.yaml.example @@ -8,37 +8,40 @@ services: build: context: . args: - OLO_USERNAME: ${OLO_USERNAME} - OLO_GROUPNAME: ${OLO_GROUPNAME} - OLO_UID: ${OLO_UID} - OLO_GID: ${OLO_GID} + USER_USERNAME: ${USER_USERNAME} + USER_GROUPNAME: ${USER_GROUPNAME} + USER_UID: ${USER_UID} + USER_GID: ${USER_GID} network_mode: "host" container_name: ldapadmin volumes: - type: bind source: ~/.m2 - target: /home/${OLO_USERNAME}/.m2 + target: /home/${USER_USERNAME}/.m2 - type: bind source: ~/.bashrc - target: /home/${OLO_USERNAME}/.bashrc + target: /home/${USER_USERNAME}/.bashrc - type: bind source: ~/.bash_history - target: /home/${OLO_USERNAME}/.bash_history + target: /home/${USER_USERNAME}/.bash_history - type: bind source: ~/.vimrc - target: /home/${OLO_USERNAME}/.vimrc + target: /home/${USER_USERNAME}/.vimrc - type: bind source: ~/.gitconfig - target: /home/${OLO_USERNAME}/.gitconfig + target: /home/${USER_USERNAME}/.gitconfig - type: bind source: ~/.ssh - target: /home/${OLO_USERNAME}/.ssh + target: /home/${USER_USERNAME}/.ssh - type: bind source: /etc/hosts target: /etc/hosts - type: bind source: /etc/ssh target: /etc/ssh + - type: bind + source: /etc/ldapadmin + target: /etc/ldapadmin - type: bind source: /var/log/lisp target: /var/log/lisp @@ -47,4 +50,3 @@ services: - https_proxy=${https_proxy} - http_proxy=${http_proxy} - no_proxy=${no_proxy} - - GITHUB_TOKEN=${GITHUB_TOKEN} -- cgit v1.3