文件名称:docker-rails-postgres:Docker用于Rails和Postgres的撰写模板
文件大小:40KB
文件格式:ZIP
更新时间:2024-05-19 03:59:14
Ruby
docker-rails-postgres 此存储库用作使用Docker Compose,Rails和Postgress进行开发环境入门的模板。 必需的 您需要安装并运行docker 安装 创建数据库: # Remove git remote origin git remote remove origin # Move .env-sample and rails/secrets.sample.yml file mv .env-sample .env mv rails/config/secrets.sample.yml rails/config/secrets.yml # Generate new token & copy output to .env SECRET_KEY_BASE docker-compose run web bundle exec rake secret # Bui
【文件预览】:
docker-rails-postgres-master
----rails()
--------public()
--------config.ru(130B)
--------db()
--------Dockerfile(655B)
--------lib()
--------Gemfile(2KB)
--------Rakefile(227B)
--------config()
--------Gemfile.lock(4KB)
--------app()
--------bin()
--------vendor()
----README.md(2KB)
----.env-sample(145B)
----docker-compose.yml(432B)
----.gitignore(1KB)