Sha256: 649e88a536f83798258b9f3a1e0b3362858955fbc97e02425533e81f63cacebd
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
version: "3.7" services: test: build: . image: izolenta command: service postgresql start && rake test volumes: - '.:/app' test3: build: context: . dockerfile: ruby3.Dockerfile image: izolenta3 command: service postgresql start && rake test volumes: - '.:/app'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
izolenta-0.0.6 | docker-compose.yml |