Skip to content
Commits on Source (2)
  • nimrod's avatar
    Move hosts. · ad24f813
    nimrod authored
    host01 is choking from everything I run on it. ns4 has encrypted volumes
    and is secure enough for the logs (I don't think there are passwords or
    keys in the logs, just some private information).
    ad24f813
  • nimrod's avatar
    Enable buildkit. · 960463df
    nimrod authored
    I copied it from a different project and I didn't check if it's needed
    at all.
    960463df
......@@ -12,10 +12,7 @@ stages:
build:
extends: .compose-build
tags: &tags [host01.shore.co.il]
variables:
DOCKER_BUILDKIT: ""
COMPOSE_DOCKER_CLI_BUILD: ""
tags: &tags [ns4.shore.co.il]
pull:
extends: .compose-pull
......