Sha256: 817847053a27f13880f6204bcde74de20a15263e6320bf7d5e58564d94e6ab5f

Contents?: true

Size: 222 Bytes

Versions: 4

Compression:

Stored size: 222 Bytes

Contents

app:
  build: .
  command: bash -c "rm -f tmp/pids/server.pid && rails s -p 3000 -b 0.0.0.0"
  volumes:
    - .:/app
  ports:
    - "3000:3000"
  links:
    - postgres
postgres:
  image: postgres:9.6
  ports:
    - "5432"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
htcht-0.1.6 lib/htcht/cli/rails/docker-compose.yml
htcht-0.1.3 lib/htcht/cli/rails/docker-compose.yml
htcht-0.1.1 lib/htcht/cli/rails/docker-compose.yml
htcht-0.1.0 lib/htcht/cli/rails/docker-compose.yml