We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43f3bf commit 4ffa14dCopy full SHA for 4ffa14d
1 file changed
docker-compose.local.yml
@@ -3,6 +3,9 @@ services:
3
monitoring_flask_backend:
4
build:
5
context: ./monitoring_flask_backend
6
+ args:
7
+ VERSION: local-dev
8
+ BUILD_TS: "${BUILD_TS:-local}"
9
image: postgresai/monitoring_flask_backend:local
10
11
0 commit comments