File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Add your own tasks in files placed in lib/tasks ending in .rake,
22# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
33
4+ # 기본적으로 "Rails" 관련 명령을 지정하는 파일 (rake 관련, database 관련, ...)
5+
46require_relative "config/application"
57
68Rails . application . load_tasks
Original file line number Diff line number Diff line change 11# Name of your application. Used to uniquely configure containers.
2- service : airbnb
2+ service : practice-rails
33
44# Name of the container image.
5- image : your-user/airbnb
5+ image : your-user/practice-rails
66
77# Deploy to these servers.
88servers :
4747 # WEB_CONCURRENCY: 2
4848
4949 # Match this to any external database server to configure Active Record correctly
50- # Use airbnb -db for a db accessory server on same machine via local kamal docker network.
50+ # Use practice-rails -db for a db accessory server on same machine via local kamal docker network.
5151 # DB_HOST: 192.168.0.2
5252
5353 # Log everything from Rails
You can’t perform that action at this time.
0 commit comments