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:
soky srm
2026-04-13 13:44:37 +02:00
committed by GitHub
parent 0761e8c237
commit 90b1308866
6 changed files with 54 additions and 2 deletions

View File

@@ -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