v0.1.14 Consolidated versioning to .env

This commit is contained in:
2023-04-15 07:20:56 -04:00
parent fbc9ac9dde
commit 1522dfd99b
5 changed files with 107 additions and 96 deletions

View File

@@ -9,7 +9,7 @@ services:
dockerfile: ./Dockerfile
args:
- JAVA_VERSION=17
- VERSION=0.1.13
- VERSION=${SIREN_VERSION}
volumes:
- ./data:/app
restart: unless-stopped