Sha256: 88bba80c021350eb05c1685fd51549f02c9e16059e39858ada56bcdbc3b1422d

Contents?: true

Size: 414 Bytes

Versions: 7

Compression:

Stored size: 414 Bytes

Contents

version: '3'
services:
  bridge:
    build:
      dockerfile: "ops/bridge/Dockerfile"
      context: .
    command: bash -c "/bridge/bridge --migrate-db && /bridge/bridge"
    ports:
      - "8001:8001"
    depends_on:
      - pg
    volumes:
      - ./spec/fixtures/bridge:/app
  pg:
    image: postgres:9.6
    ports:
      - "5432:5432"
    volumes:
      - pg:/var/lib/postgresql/data
volumes:
  pg:
  bridge:

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stellar_client-0.8.0 docker-compose.yml
stellar_client-0.7.0 docker-compose.yml
stellar_client-0.6.1 docker-compose.yml
stellar_client-0.6.0 docker-compose.yml
stellar_client-0.5.2 docker-compose.yml
stellar_client-0.5.1 docker-compose.yml
stellar_client-0.5.0 docker-compose.yml