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: 9e9eaddffa3f831038a623e1a3b740fbe13ae96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3'

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