Skip to content

Commit

Permalink
Remove the redundant image key from docker-compose.*.yml files
Browse files Browse the repository at this point in the history
In PR #84 I updated the cyhy-mailer Docker image version in
docker-compose.yml, but the change did not take.  I eventually figured
out that this was because the image key (which was pointing to the
previous version of the image) also exists in
docker-compose.{bod,cyhy-notification,cyhy}.yml.  To make it so that
we only need update the image in a single place, I am removing the
image key from docker-compose.{bod,cyhy-notification,cyhy}.yml.
  • Loading branch information
jsf9k committed May 4, 2021
1 parent b315623 commit e9f6dfc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker-compose.bod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: '3.2'

services:
mailer:
image: 'dhsncats/cyhy-mailer:1.3.12'
volumes:
- type: bind
source: "/var/cyhy/orchestrator/output/archive/latest/reporting/\
Expand Down
1 change: 0 additions & 1 deletion docker-compose.cyhy-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: '3.2'

services:
mailer:
image: 'dhsncats/cyhy-mailer:1.3.12'
volumes:
- type: bind
source: /var/cyhy/reports/output/notification_archive/latest
Expand Down
1 change: 0 additions & 1 deletion docker-compose.cyhy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: '3.2'

services:
mailer:
image: 'dhsncats/cyhy-mailer:1.3.12'
volumes:
- type: bind
source: /var/cyhy/reports/output/report_archive/latest
Expand Down

0 comments on commit e9f6dfc

Please sign in to comment.