From 17175c69ddf6478d158055e26da761946e1adc69 Mon Sep 17 00:00:00 2001 From: "davidovrelid.com" Date: Tue, 6 Feb 2024 19:46:07 +0100 Subject: [PATCH] remove uneccary config --- .github/workflows/run-playwright-on-pr.yaml | 1 - compose.yaml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/run-playwright-on-pr.yaml b/.github/workflows/run-playwright-on-pr.yaml index b3e606fe824..3c088d4a5f3 100644 --- a/.github/workflows/run-playwright-on-pr.yaml +++ b/.github/workflows/run-playwright-on-pr.yaml @@ -42,7 +42,6 @@ jobs: echo POSTGRES_PASSWORD=kyeDIG@eip >> .env echo COMMIT= >> .env echo IGNORE_DOCKER_DNS_LOOKUP=true >> .env - echo CONTAINER_MANAGER_TOOL=docker >> .env - name: Build all images run: | diff --git a/compose.yaml b/compose.yaml index 7b5bc87fa91..2e45879efe9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -41,7 +41,6 @@ services: - studio_repositories extra_hosts: - 'host.docker.internal:host-gateway' - - 'host.podman.internal:host-gateway' volumes: - ./frontend/language/src:/www-root/designer/frontend/lang:ro - ./development/load-balancer:/etc/nginx/templates/:ro @@ -86,7 +85,6 @@ services: context: . extra_hosts: - 'host.docker.internal:host-gateway' - - 'host.podman.internal:host-gateway' studio_repositories: container_name: studio-repositories @@ -125,7 +123,6 @@ services: context: ./gitea/ extra_hosts: - 'host.docker.internal:host-gateway' - - 'host.podman.internal:host-gateway' studio_db: container_name: studio-db