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 }}
|
runs-on: ${{ vars.RUNS_ON }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Start Bouncer
|
- name: Start Loadbalancer
|
||||||
run: |
|
run: |
|
||||||
rm -f docker-compose.override.yml
|
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...
|
- name: Give it a moment...
|
||||||
run: sleep 5
|
run: sleep 5
|
||||||
- name: No-SSL Connect to Web A
|
- name: No-SSL Connect to Web A
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@ networks:
|
||||||
default:
|
default:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bouncer:
|
loadbalancer:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: bouncer
|
target: loadbalancer
|
||||||
additional_contexts:
|
additional_contexts:
|
||||||
- php:cli=docker-image://ghcr.io/benzine-framework/php:cli-8.2
|
- php:cli=docker-image://ghcr.io/benzine-framework/php:cli-8.2
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue