Skip to content
Snippets Groups Projects

CI and Dockerisation rewrite

Merged Konrad Botor requested to merge kbotor/ci-rewrite into develop
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
name: 'btracker'
services:
haf:
image: ${HAF_REGISTRY:-registry.gitlab.syncad.com/hive/haf/instance}:${HAF_VERSION:-2a174a94}
image: ${HAF_REGISTRY:-registry.gitlab.syncad.com/hive/haf/instance}:${HAF_VERSION:-821d18ad}
entrypoint: /home/haf_admin/docker_entrypoint.sh
command: $${HAF_COMMAND}
environment:
Loading