Skip to content

Commit

Permalink
refactor: Dockerfile and docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
gofreight-jackyeh committed Jan 4, 2024
1 parent 22a4609 commit b262810
Show file tree
Hide file tree
Showing 17 changed files with 630 additions and 270 deletions.
14 changes: 14 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Dockerfile
docker-compose.yml

deployment/

.venv
pyproject.toml
README.md
requirements.txt
**/__pycache__
**/*.py[cod]

vendor
tmp
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ spec/fixtures/.DS_Store
!.elasticbeanstalk/*.global.yml

# Elasticsearch data
es_data
es_data

vendor/
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ gem "active_elastic_job"
gem "aws-sdk", "~> 2" # https://github.com/tawan/active-elastic-job/pull/95
gem "elasticsearch"
gem "elasticsearch-model"
gem "elasticsearch-persistence"
gem "elasticsearch-persistence", "~> 7.0"
gem "jbuilder", "~> 2.11"
gem "puma", "~> 5.3"
gem "rails"
gem "sanitize"
gem "htmlentities"
gem "charlock_holmes"
gem "iso_country_codes"
gem "public_suffix"

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", require: false
Expand Down
Loading

0 comments on commit b262810

Please sign in to comment.