tests - fix nextcloud/swarm

This commit is contained in:
bunkerity 2022-08-25 09:12:13 +02:00
parent 34649bf33a
commit 04019a617a
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
4 changed files with 9 additions and 8 deletions

View File

@ -374,10 +374,10 @@ jobs:
run: cat /opt/.runner_env >> $GITHUB_ENV
# Run tests
- name: Run Docker tests
run: ./tests/main.py "docker"
- name: Run Autoconf tests
run: ./tests/main.py "autoconf"
# - name: Run Docker tests
# run: ./tests/main.py "docker"
# - name: Run Autoconf tests
# run: ./tests/main.py "autoconf"
- name: Run Swarm tests
run: ./tests/main.py "swarm"
- name: Run Kubernetes tests

View File

@ -88,6 +88,7 @@ The following integrations are officially supported :
- [Swarm](https://docs.bunkerweb.io/latest/integrations/#swarm)
- [Kubernetes](https://docs.bunkerweb.io/latest/integrations/#kubernetes)
- [Linux](https://docs.bunkerweb.io/latest/integrations/#linux)
- [Ansible](https://docs.bunkerweb.io/latest/integrations/#ansible)
## Settings

View File

@ -58,7 +58,7 @@ services:
SecRule REQUEST_FILENAME "@rx ^/remote.php/dav/files/" "id:1000,ctl:ruleRemoveByTag=attack-protocol,ctl:ruleRemoveByTag=attack-generic,nolog"
mync:
image: nextcloud:stable-apache
image: nextcloud:24-apache
volumes:
- ./nc-files:/var/www/html
environment:
@ -73,7 +73,7 @@ services:
- APACHE_DISABLE_REWRITE_IP=1
mydb:
image: mariadb
image: mariadb:10.9
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
- ./db-data:/var/lib/mysql

View File

@ -3,7 +3,7 @@ version: '3'
services:
mync:
image: nextcloud:stable-apache
image: nextcloud:24-apache
volumes:
- nc_files:/var/www/html
networks:
@ -39,7 +39,7 @@ services:
- bunkerweb.LIMIT_REQ_RATE_3=5r/s
mydb:
image: mariadb
image: mariadb:10.9
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
- db_data:/var/lib/mysql