Parcourir la source

added shorthand static name for dev

Harlan Iverson il y a 7 ans
Parent
commit
f1ce5e1515
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      ispooge.com-v2/scripts/env.sh

+ 2 - 0
ispooge.com-v2/scripts/env.sh

@@ -5,6 +5,7 @@
 ISPOOGE_MEDIA_PATH="$HOME/ispooge-media"
 
 IMAGE=ispooge-build
+# todo: IMAGE_DEV like STATIC
 NAME=ispooge.com-build
 DEV_PORT=33000
 STATIC_PORT=33080
@@ -16,3 +17,4 @@ HOSTS=ispooge.com
 
 NAME_STATIC=ispooge.com-static
 IMAGE_STATIC=docker-registry.local:5000/ispooge.com/ispooge-static:7
+IMAGE_STATIC_DEV=ispooge-static