Sha256: 41b01b2143b77b38aa41711317093e0165e3fa2b97c5b086ba17228c6f5820dc
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 Bytes
Contents
version: '3.2' services: server1: build: context: . dockerfile: Dockerfile environment: LOG_LEVEL: debug ports: - "24224:30001" volumes: - ./tmp/output:/output - ./src/test/resources/json:/root/src/test/resources/json server2: build: context: . dockerfile: Dockerfile environment: LOG_LEVEL: debug ports: - "24225:30001" volumes: - ./tmp/output:/output - ./src/test/resources/json:/root/src/test/resources/json
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embulk-executor-remoteserver-0.1.1 | docker-compose.yml |
embulk-executor-remoteserver-0.1.0 | docker-compose.yml |