Sha256: 54687c04721507554361709a963df58a53a437d4cd7bf13deb33b424091f3d7a

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

services:
  app:
    image: ${IMAGE}
    pull_policy: "missing"
    init: true
    volumes:
      - type: bind
        source: "./"
        target: "/root/work"
        consistency: "consistent"
      - type: bind
        source: ${GIT_CONFIG}
        target: "/root/.gitconfig"
    entrypoint: /root/show-help-in-app-container-then-wait.sh
    working_dir: /root/work

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brut-0.0.1 docker-compose.dx.yml