diff pilot/usps-services.yml @ 146:790e72b5b2fe

DEP-12: update image tags to use env variable
author smith@nwoca.org
date Mon, 10 Jul 2017 18:16:09 +0100
parents 75aa7005b544
children de0771f14dd0
line wrap: on
line diff
--- a/pilot/usps-services.yml	Mon Jul 10 18:13:18 2017 +0100
+++ b/pilot/usps-services.yml	Mon Jul 10 18:16:09 2017 +0100
@@ -11,7 +11,7 @@
       - DB_PASS=${USPS_DB_PASSWORD:-uspsdefault}
   uspsapp:
     restart: unless-stopped
-    image: docker.ssdt.io/usps-app:preview
+    image: docker.ssdt.io/usps-app:${USPS_TAG:-preview}
     depends_on:
       - uspsdb
     networks: