mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Ipv6 support (#1437)
* Ipv6 support * Proper fix for containers, dev and local * Edits similar to non-AI compose file --------- Co-authored-by: Juan José Mata <jjmata@jjmata.com>
This commit is contained in:
@@ -5,7 +5,9 @@ x-db-env: &db_env
|
||||
|
||||
x-rails-env: &rails_env
|
||||
DB_HOST: db
|
||||
HOST: "0.0.0.0"
|
||||
# Bind the dev server to all interfaces inside the container so Docker's
|
||||
# published port reaches it from the host. Rails reads BINDING natively.
|
||||
BINDING: "0.0.0.0"
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
BUNDLE_PATH: /bundle
|
||||
|
||||
Reference in New Issue
Block a user