mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
ci: Fix integration aliasgroup
Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
c3e5ad77e4
commit
5ca01f26e3
1 changed files with 4 additions and 4 deletions
8
.github/workflows/integration.yml
vendored
8
.github/workflows/integration.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'ghcr.io/juliusknorr/code-nightly:latest' }}
|
||||
env:
|
||||
extra_params: '--o:ssl.enable=false'
|
||||
aliasgroup1: 'http://nextcloud'
|
||||
aliasgroup1: 'http://172.17.0.1:8081'
|
||||
ports:
|
||||
- "9980:9980"
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ jobs:
|
|||
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
|
||||
env:
|
||||
extra_params: '--o:ssl.enable=false'
|
||||
aliasgroup1: 'http://nextcloud'
|
||||
aliasgroup1: 'http://172.17.0.1:8081'
|
||||
ports:
|
||||
- "9980:9980"
|
||||
|
||||
|
|
@ -226,7 +226,7 @@ jobs:
|
|||
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
|
||||
env:
|
||||
extra_params: '--o:ssl.enable=false'
|
||||
aliasgroup1: 'http://nextcloud'
|
||||
aliasgroup1: 'http://172.17.0.1:8081'
|
||||
ports:
|
||||
- "9980:9980"
|
||||
|
||||
|
|
@ -318,7 +318,7 @@ jobs:
|
|||
image: ghcr.io/juliusknorr/nextcloud-dev-code:latest
|
||||
env:
|
||||
extra_params: '--o:ssl.enable=false'
|
||||
aliasgroup1: 'http://nextcloud'
|
||||
aliasgroup1: 'http://172.17.0.1:8081'
|
||||
ports:
|
||||
- "9980:9980"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue