diff prod/import-usps.yml @ 574:9afc8cb478f6

Domain changed from ssdt.io to ssdt-ohio.org
author Marc Davis <marc.davis@mcoecn.org>
date Wed, 04 Sep 2024 11:36:41 -0400
parents b390c30aa6c6
children
line wrap: on
line diff
--- a/prod/import-usps.yml	Wed Jul 17 13:22:44 2024 -0400
+++ b/prod/import-usps.yml	Wed Sep 04 11:36:41 2024 -0400
@@ -1,7 +1,7 @@
 version: "3.3"
 services:
   uspsimport:
-    image: docker.ssdt.io/usps-import:${USPS_TAG:-prod}
+    image: docker.ssdt-ohio.org/usps-import:${USPS_TAG:-prod}
     command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- } ${IMP_ANON- } ${IMP_EM- }
     depends_on:
       - uspsdb
@@ -10,4 +10,3 @@
       - DB_NAME=uspsdb
       - DB_USER=usps
       - DB_PASS=${USPS_DB_PASSWORD:-uspsdefault}
- 
\ No newline at end of file