changeset 147:2fd1dfc5c69c

DEP-12: update image tags to use env variable
author smith@nwoca.org
date Mon, 10 Jul 2017 18:16:55 +0100
parents 790e72b5b2fe
children d20c6ff9a821
files pilot/usas-services.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pilot/usas-services.yml	Mon Jul 10 18:16:09 2017 +0100
+++ b/pilot/usas-services.yml	Mon Jul 10 18:16:55 2017 +0100
@@ -11,7 +11,7 @@
       - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}
   usasapp:
     restart: unless-stopped
-    image: docker.ssdt.io/usas-app:preview
+    image: docker.ssdt.io/usas-app:${USAS_TAG:-preview}
     depends_on:
       - usasdb
     networks: