Skip to content

Commit

Permalink
remove config of compose deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed May 7, 2024
1 parent 8977fa0 commit 2d7ed5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions roles/hmsdocker/defaults/main/container_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ container_timezone: America/New_York
container_uid: 1234
container_gid: 1234

# This will download all of the containers before attempting to start them // default: "yes"
container_pull_images_first: yes

# This will expose each containers individual ports on the host (check the README for more info on which ports map to which containers) // default: "no"
# If you disable traefik within the container map, the playbook will automatically override this setting and expose the ports
container_expose_ports: no
1 change: 0 additions & 1 deletion roles/hmsdocker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
community.docker.docker_compose_v2:
project_src: "{{ hms_docker_data_path }}"
project_name: "{{ project_name }}"
pull: "{{ container_pull_images_first }}"
state: "{{ hms_docker_compose_container_state }}"
remove_orphans: "{{ container_remove_orphans }}"
# env_file: "{{ compose_env.dest }}" # Commented out since this module defaults to using the .env file within the project_src location, but leaving just in case advanced users wish to point to a different location
Expand Down

0 comments on commit 2d7ed5a

Please sign in to comment.