Skip to content

Commit 4ffa14d

Browse files
committed
fix(monitoring): add VERSION and BUILD_TS build args for local dev
1 parent e43f3bf commit 4ffa14d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.local.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ services:
33
monitoring_flask_backend:
44
build:
55
context: ./monitoring_flask_backend
6+
args:
7+
VERSION: local-dev
8+
BUILD_TS: "${BUILD_TS:-local}"
69
image: postgresai/monitoring_flask_backend:local
710

811

0 commit comments

Comments
 (0)