mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 10:10:12 +00:00
Change docker quickstart (#988)
Changed up the docker quick start to assert the latest tagged release unless overridden via the version argument
This commit is contained in:
parent
6b5ec824f9
commit
c83f3487cc
@ -80,6 +80,8 @@ DOCKER_COMPOSE_CONFIG="${DIR}/../docker/docker-compose-quick-start.yml"
|
||||
SERVICE=""
|
||||
# when CLEAN is set to 1, existing docker images are deleted so they are re-pulled
|
||||
CLEAN=0
|
||||
# default to latest for docker versions
|
||||
export VINYLDNS_VERSION=latest
|
||||
|
||||
# source env before parsing args so vars can be overwritten
|
||||
set -a # Required in order to source docker/.env
|
||||
|
@ -16,6 +16,3 @@ MYSQL_ENDPOINT=vinyldns-mysql:3306
|
||||
USER_TABLE_NAME=users
|
||||
USER_CHANGE_TABLE_NAME=userChange
|
||||
TEST_LOGIN=true
|
||||
|
||||
# api and portal docker tag
|
||||
VINYLDNS_VERSION=0.9.5
|
||||
|
@ -16,6 +16,3 @@ MYSQL_ENDPOINT=vinyldns-mysql:3306
|
||||
USER_TABLE_NAME=users
|
||||
USER_CHANGE_TABLE_NAME=userChange
|
||||
TEST_LOGIN=true
|
||||
|
||||
# api and portal docker tag
|
||||
VINYLDNS_VERSION=0.9.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user