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: 048cafaa2b9b0ce29c5118072a40a693b99be65a (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: /home/runner/work/text/text
        volumes:
            - $APP_SOURCE:/var/www/html/apps/text