Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docker-compose.yml « cypress - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9942af83cac02f39e88a157e4d80a82f2c5decde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3'

services:
    nextcloud:
        build:
            context: .
        restart: always
        ports:
            - 8081:80
        environment:
            CYPRESS_baseUrl:
            APP_SOURCE:
            BRANCH: bugfix/noid/initial-stte-cspv3
        volumes:
            - ${APP_SOURCE}:/var/www/html/apps/text