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

services:
    nextcloud_cypress:
        build:
            context: .
            network: host
        restart: always
        ports:
            - 8081:80
        environment:
            - CYPRESS_baseUrl
            - APP_SOURCE
        volumes:
            - type: bind
              read_only: true
              source: ${APP_SOURCE}
              target: /var/www/html/custom_apps/text