Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database connection relying on the legacy --link feature #35

Open
ThaChillera opened this issue Apr 4, 2019 · 1 comment
Open

Database connection relying on the legacy --link feature #35

ThaChillera opened this issue Apr 4, 2019 · 1 comment

Comments

@ThaChillera
Copy link

As the docs specify, link is a legacy feature that can be removed at any time. Is it possible to remove this feature, and replace it by connecting to the database over a docker network?

@roock
Copy link

roock commented Apr 13, 2019

When using docker-compose you can use the following environment variables to not use the link feature:

    environment:
      - DB_PORT_5432_TCP_ADDR=postgresql
      - DB_PORT_5432_TCP_PORT=5432
      - DB_HOST=postgresql
      - DB_PORT=5432
      - DB_NAME=ttrss
      - DB_USER=ttrss
      - DB_PASS=ttrss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants