Sha256: 39ae4a14c4b08d8bb3910ee350323785d730d8e4a698af1a0e9fbb33fc34a643

Contents?: true

Size: 878 Bytes

Versions: 2

Compression:

Stored size: 878 Bytes

Contents

services:
  sycamore:
    build: .
    image: outstand/sycamore:dev
    stdin_open: true
    tty: true
    environment:
      FIXUID:
      FIXGID:
      BUILDKITE:
      BUILDKITE_BUILD_URL:
      BUILDKITE_JOB_ID:
      BUILDKITE_AGENT_ACCESS_TOKEN:
    volumes:
      - bundler-data:/usr/local/bundle
      - .:/sycamore

  release:
    image: outstand/sycamore:dev
    stdin_open: true
    tty: true
    command: rake release
    environment:
      FIXUID:
      FIXGID:
    volumes:
      - bundler-data:/usr/local/bundle
      - ~/.gitconfig:/home/sycamore/.gitconfig
      - ~/.gitconfig.user:/home/sycamore/.gitconfig.user
      - ~/.config/gh/hosts.yml:/home/sycamore/.config/gh/hosts.yml
      - ~/.local/share/gem/credentials:/home/sycamore/.local/share/gem/credentials
      - ~/.local/share/gem/credentials:/home/sycamore/.gem/credentials

volumes:
  bundler-data:

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
outstand-sycamore-0.4.0 compose.yml
outstand-sycamore-0.4.0.pre compose.yml