feat: add /api/version endpoint with IMAGE_TAG; validate in ci healthcheck
This commit is contained in:
parent
b0eb12c17d
commit
849789d376
4 changed files with 23 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ services:
|
|||
FLASK_ENV: production
|
||||
FLASK_APP: app
|
||||
CORS_ORIGINS: https://${DOMAIN}
|
||||
IMAGE_TAG: ${IMAGE_TAG:-latest}
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue