Potentially this should build.

This commit is contained in:
Greyscale 2024-06-21 13:53:36 +02:00
parent c0dc2dad38
commit 15fc195699
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
2 changed files with 4 additions and 4 deletions

View file

@ -13,10 +13,10 @@ jobs:
runs-on: ${{ vars.RUNS_ON }}
steps:
- uses: actions/checkout@v4
- name: Start Bouncer
- name: Start Loadbalancer
run: |
rm -f docker-compose.override.yml
docker compose up --build -d bouncer test-box
docker compose up --build -d loadbalancer test-box
- name: Give it a moment...
run: sleep 5
- name: No-SSL Connect to Web A

View file

@ -2,10 +2,10 @@ networks:
default:
services:
bouncer:
loadbalancer:
build:
context: .
target: bouncer
target: loadbalancer
additional_contexts:
- php:cli=docker-image://ghcr.io/benzine-framework/php:cli-8.2
volumes: