Skip to content

Commit

Permalink
Add docker group to docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Oct 6, 2023
1 parent 789cdab commit a2115ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/artemis/templates/artemis-docker.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COMPOSE_FILE="test-server-mysql.yml"
COMPOSE_FILE="test-server-postgresql.yml"
{% endif %}
ENV_FILE="{{ artemis_working_directory }}/docker.env"
{% if version_control.localci is defined %}
export DOCKER_GROUP_ID=$(getent group docker | cut -d: -f3)
{% endif %}

# Function: Print general usage information
function general_help {
Expand Down

0 comments on commit a2115ec

Please sign in to comment.