Potentially this should build.
This commit is contained in:
parent
c0dc2dad38
commit
15fc195699
2 changed files with 4 additions and 4 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue