feat: Git-Tag-basierte Versionierung (Alpha/Beta/Release statt Commit-Hash)
This commit is contained in:
@@ -44,6 +44,7 @@ services:
|
||||
GIT_COMMIT: ${GIT_COMMIT:-unknown}
|
||||
GIT_BRANCH: ${GIT_BRANCH:-unknown}
|
||||
GIT_COMMIT_DATE: ${GIT_COMMIT_DATE:-unknown}
|
||||
GIT_TAG: ${GIT_TAG:-unknown}
|
||||
container_name: netbird-msp-appliance
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
@@ -71,7 +72,7 @@ services:
|
||||
networks:
|
||||
- npm-network
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/api/health"]
|
||||
test: [ "CMD", "curl", "-f", "http://localhost:8000/api/health" ]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user