Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 483 Bytes

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