chore: add jenkins support
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-26 11:17:56 +00:00
parent f4242a5d95
commit a814a6b35d
2 changed files with 69 additions and 8 deletions

View File

@@ -29,12 +29,12 @@ services:
restart: always
volumes:
- app:/var/www/html
- ./app/config:/var/www/html/config
- ./app/custom_apps:/var/www/html/custom_apps
- ./app/data:/var/www/html/data
- ./app/themes:/var/www/html/themes
- ./zz-php-fpm-custom.conf:/usr/local/etc/php-fpm.d/zz-php-custom.conf
- ./opcache-recommended.ini:/usr/local/etc/php/conf.d/opcache-recommended.ini
- /home/lucas/services/nextcloud/app/config:/var/www/html/config
- /home/lucas/services/nextcloud/app/custom_apps:/var/www/html/custom_apps
- /home/lucas/services/nextcloud/app/data:/var/www/html/data
- /home/lucas/services/nextcloud/app/themes:/var/www/html/themes
- /home/lucas/services/nextcloud/zz-php-fpm-custom.conf:/usr/local/etc/php-fpm.d/zz-php-custom.conf
- /home/lucas/services/nextcloud/opcache-recommended.ini:/usr/local/etc/php/conf.d/opcache-recommended.ini
env_file:
- app.env
networks:
@@ -45,9 +45,9 @@ services:
container_name: nextcloud-web
restart: always
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
- /home/lucas/services/nextcloud/Caddyfile:/etc/caddy/Caddyfile:ro
- app:/var/www/html:ro
- ./app/custom_apps:/var/www/html/custom_apps:ro
- /home/lucas/services/nextcloud/app/custom_apps:/var/www/html/custom_apps:ro
depends_on:
- nextcloud-app
networks: