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

docker-compose.yaml - github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c3a5e395590af8f116215e745891070b15fc3d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: "3.3"

services:

   site:
      image: docsy/user-guide
      build:
         context: .
      ports: 
         - "1313:1313"
      user: "${DOCSY_USER}"
      volumes:
         - /app/docsy/userguide/node_modules
         - .:/app/docsy