Skip to content

Commit

Permalink
remove uneccary config
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid committed Feb 6, 2024
1 parent 9621fc2 commit 17175c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-playwright-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 0 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -86,7 +85,6 @@ services:
context: .
extra_hosts:
- 'host.docker.internal:host-gateway'
- 'host.podman.internal:host-gateway'

studio_repositories:
container_name: studio-repositories
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 17175c6

Please sign in to comment.