Skip to content

swarmlibs/dockerstack-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

About

The unofficial JSON Schema for Docker Stack files. A modification of the compose-spec/schema/compose-spec.json

Usage

Add the following line to your docker-stack.yml or docker-compose.yml file:

# yaml-language-server: $schema=https://raw.githubusercontent.com/swarmlibs/dockerstack-schema/main/schema/dockerstack-spec.json

services:
  my-service:
    image: my-image

Releases

No releases published

Packages

No packages published