v0.2.01: schoolsysteem + automatische migraties; deploy: APP_VERSION uit image
All checks were successful
dev - build & deploy naar test / build-and-deploy (push) Successful in 7s
All checks were successful
dev - build & deploy naar test / build-and-deploy (push) Successful in 7s
This commit is contained in:
parent
08fd9e11e3
commit
99fadaaedc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
PORT: 3000
|
PORT: 3000
|
||||||
DATABASE_URL: ${DATABASE_URL}
|
DATABASE_URL: ${DATABASE_URL}
|
||||||
APP_VERSION: ${IMAGE}
|
# APP_VERSION komt uit de image zelf (build-arg); hier niet overschrijven.
|
||||||
SUPER_USER: ${SUPER_USER:-beheerder}
|
SUPER_USER: ${SUPER_USER:-beheerder}
|
||||||
SUPER_PASS: ${SUPER_PASS:-}
|
SUPER_PASS: ${SUPER_PASS:-}
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue