Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jul 1, 2024
1 parent 1d28684 commit 5e99b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</configuration>
</execution>
<execution>
<!-- Copy over the Docker Compose override file -->
<!-- Copy over the Override file to add reports redirect label -->
<id>Copy docker-compose-reports-redirect.yml</id>
<phase>process-resources</phase>
<goals>
Expand All @@ -175,7 +175,7 @@
</configuration>
</execution>
<execution>
<!-- Copy over the Docker Compose override file -->
<!-- Copy over back up Docker Compose file-->
<id>Copy backup.docker-compose.yml</id>
<phase>process-resources</phase>
<goals>
Expand Down
5 changes: 3 additions & 2 deletions base/scripts/backup.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
create-backup-folder:
image: busybox:latest
Expand Down Expand Up @@ -28,6 +26,9 @@ services:
- openmrs-db-backup
volumes:
- "${BACKUP_PATH:-backup-path}:/opt/backup/"
#
# OpenMRS Initializer backups
#
openmrs-checksum-backup:
image: mekomsolutions/filestore_backup:48d0823
depends_on:
Expand Down

0 comments on commit 5e99b10

Please sign in to comment.