sha256:b7bf666d54df69d56493d9539b3b0840aa514ffcb2217dad7d481235da16afde
Last pushed
almost 3 years by neersighted
Type
Compose
Manifest digest
sha256:b7bf666d54df69d56493d9539b3b0840aa514ffcb2217dad7d481235da16afde
services:
db:
image: postgres
volumes:
- ./tmp/db:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: password
web:
build: .
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
volumes:
- .:/myapp
ports:
- "3000:3000"
depends_on:
- db
docker compose -f oci://neersighted/compose-file:latest upUse the above command to pull and run the Compose file. Learn more.
The PostgreSQL object-relational database system provides reliability and data integrity.
Pulls
1B+
Stars
15017
Last Updated
about 2 hours