Skip to content

Commit

Permalink
Pass contribsys env to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lwrubel committed Jun 3, 2024
1 parent ad835f3 commit f13d53f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
bigdecimal (3.1.8)
builder (3.2.4)
Expand Down Expand Up @@ -190,6 +191,8 @@ GEM
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.2.1)
Expand Down Expand Up @@ -259,6 +262,10 @@ GEM
net-protocol
net-ssh (7.2.3)
nio4r (2.7.3)
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
Expand Down Expand Up @@ -447,6 +454,8 @@ GEM
zeitwerk (2.6.15)

PLATFORMS
aarch64-linux-musl
arm64-darwin-23
x86_64-darwin-19
x86_64-darwin-21
x86_64-darwin-22
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ services:
build:
context: ./
dockerfile: Dockerfile
args:
- BUNDLE_GEMS__CONTRIBSYS__COM
environment:
- RAILS_LOG_TO_STDOUT=true
- POSTGRES_HOST=db
- REDIS_URL=redis:6379
- RAILS_ENV=development
- BUNDLE_GEMS__CONTRIBSYS__COM="${BUNDLE_GEMS__CONTRIBSYS__COM}"
volumes:
- .:/app
- ./tmp/pids:/app/tmp/pids
Expand Down

0 comments on commit f13d53f

Please sign in to comment.