All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.docs.docker-compose.yaml Maven / Gradle / Ivy

version: "3.8"

services:

  site:
    image: docsy/docsy-example
    build:
      context: .
    command: server
    ports:
      - "1313:1313"
    volumes:
      - .:/src




© 2015 - 2025 Weber Informatics LLC | Privacy Policy