Sha256: 16b384b656c70a8167f1eca758a86aedc62584936cbd802c99ed213b8fc074e3

Contents?: true

Size: 305 Bytes

Versions: 3

Compression:

Stored size: 305 Bytes

Contents

version: '3'
services:
  embulk:
    build: .
    environment:
      - TZ=Asia/Tokyo
    working_dir: /root/embulk-input-athena
    volumes:
      - ./:/root/embulk-input-athena
    tty: true
  postgres:
    image: postgres
    ports:
      - 5432:5432
    environment:
      - POSTGRES_PASSWORD=postgres

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
embulk-input-athena-0.1.6 docker-compose.yml
embulk-input-athena-0.1.5 docker-compose.yml
embulk-input-athena-0.1.4 docker-compose.yml