From cc1c8937712409c2da6aac1a08fc27cef9ef3e0b Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 22 Nov 2025 17:12:59 +0300 Subject: [PATCH] a(scope): [body] [footer(s)] --- .gitlab-ci.yml | 2 ++ compose.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5c676e..a3494dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -252,6 +252,8 @@ test: --profile migrations --profile tests PODMAN_IGNORE_CGROUPSV1_WARNING: True + tags: + - self-hosted script: - dnf -y install podman podman-compose # - cp ./infrastructure/configs/podman/ci.conf /etc/containers/containers.conf diff --git a/compose.yaml b/compose.yaml index 8b160f9..3b4997a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -78,6 +78,8 @@ services: retries: 5 networks: - default + profiles: + - ml ports: - name: web target: 8081