https://github.com/jlong/radiant-docker
Docker files for Radiant + PostgreSQL
https://github.com/jlong/radiant-docker
Last synced: 2 months ago
JSON representation
Docker files for Radiant + PostgreSQL
- Host: GitHub
- URL: https://github.com/jlong/radiant-docker
- Owner: jlong
- License: mit
- Created: 2016-11-22T00:38:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T00:40:44.000Z (over 9 years ago)
- Last Synced: 2025-05-25T16:51:41.957Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
Bootstraping the database:
docker-compose run radiant rake db:create db:bootstrap
Starting all containers in the background:
docker-compose up -d