Sha256: d13dd6e92b9802225204db6bba2306198fce40d4738953a08b3b53fd6144c4ea
Contents?: true
Size: 411 Bytes
Versions: 1
Compression:
Stored size: 411 Bytes
Contents
version: "3" services: db: image: hausgold/postgres:9.6 network_mode: bridge ports: ["5432"] volumes: - .:/app environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: alarmable MDNS_HOSTNAME: db.alarmable.local test: image: ruby:2.3 network_mode: bridge working_dir: /app volumes: - .:/app links: - db
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alarmable-0.1.2 | docker-compose.yml |