diff prod/import-usps.yml @ 607:3ec3180d23a4

merge
author Justin Kleinknecht <justin.kleinknecht@mcoecn.org>
date Tue, 01 Jul 2025 20:51:22 +0100
parents 9afc8cb478f6
children
line wrap: on
line diff
--- a/prod/import-usps.yml	Tue Jul 01 20:50:56 2025 +0100
+++ b/prod/import-usps.yml	Tue Jul 01 20:51:22 2025 +0100
@@ -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