Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 366 Bytes

⚠️ WIP

Uncomment a line that includes the desired endpoint configuration:

cmd=(
    docker stack config --compose-file ./compose.template.yaml
    # --compose-file ./compose.http.yaml
    # --compose-file ./compose.lets-encrypt.yaml
    # --compose-file ./compose.custom-tls.yaml
) && "${cmd[@]}" | docker stack deploy --compose-file - op-connect