root: use PASSBOOK_TAG for static container
This commit is contained in:
parent
e72000eb06
commit
9339d496f9
|
@ -51,7 +51,7 @@ services:
|
|||
PASSBOOK_POSTGRESQL__PASSWORD: ${PG_PASS:-thisisnotagoodpassword}
|
||||
PASSBOOK_LOG_LEVEL: debug
|
||||
static:
|
||||
image: beryju/passbook-static:0.10.0-rc2
|
||||
image: beryju/passbook-static:${PASSBOOK_TAG:-0.10.0-rc2}
|
||||
networks:
|
||||
- internal
|
||||
labels:
|
||||
|
|
Reference in New Issue