f7cloud_client/apps/groupfolders/cypress/docker-compose.yml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

22 lines
580 B
YAML

# SPDX-FileCopyrightText: 2023 F7cloud GmbH and F7cloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version: "3.7"
services:
f7cloud:
image: ghcr.io/f7cloud/continuous-integration-shallow-server
ports:
- 8082:80
environment:
CYPRESS_baseUrl: "http://127.0.0.1:8082/index.php"
BRANCH: "${BRANCH:-master}"
volumes:
# Using fallback to make sure this script doesn't mess
# with the mounting if APP_NAME is not provided.
- ../:/var/www/html/apps/${APP_NAME:-groupfolders}
- ./initserver.sh:/initserver.sh