- Mitglied seit
- 29. Jan 2020
- Beiträge
- 19
- Punkte für Reaktionen
- 0
- Punkte
- 1
Hallo,
ich habe grade diese Tutorial-Schritte aus diesem Forum ausgeführt:
https://www.synoforum.com/resources/restyaboard-self-hosted-open-source-trello-like-kanban-board.22/aber ich kriege nur:
meine settings sind:
restyabord-Container:
Port-Einst.
Lokal: 8077
container:80
postgres-Container:
Port-Einst.
Lokal: 32770
Container: 5432
Envirement:
POSTGRES_PORT: 32770
POSTGRES_HOST: 192...__local_IP_NAS
server und database habe ich mittels pgadmin4 angelegt,
alle container laufen, doch wenn ich restyaboard in Firefox aufrufen will mit
passiert nix (connection failed)
edit:
habe ein telnet terminal mittels windows:
telnet IP_my_NAS 5432
->connection failed
edit_2:
habe als POSTGRES_HOST variable the name of my postgres container
->
was muss ich noch anstellen... der Kopf qualmt ;-)
Danke schon mal
Grüße
ich habe grade diese Tutorial-Schritte aus diesem Forum ausgeführt:
https://www.synoforum.com/resources/restyaboard-self-hosted-open-source-trello-like-kanban-board.22/aber ich kriege nur:
Code:
psql: could not connect to server: Connection refused
Is the server running on host "192.xxx.xxx.xxx" and accepting
TCP/IP connections on port 5432?
meine settings sind:
restyabord-Container:
Port-Einst.
Lokal: 8077
container:80
postgres-Container:
Port-Einst.
Lokal: 32770
Container: 5432
Envirement:
POSTGRES_PORT: 32770
POSTGRES_HOST: 192...__local_IP_NAS
server und database habe ich mittels pgadmin4 angelegt,
alle container laufen, doch wenn ich restyaboard in Firefox aufrufen will mit
Code:
http://192_my_local_NAS_IP_:8077
edit:
habe ein telnet terminal mittels windows:
telnet IP_my_NAS 5432
->connection failed
edit_2:
habe als POSTGRES_HOST variable the name of my postgres container
->
Code:
-> psql: could not translate host name "postgres1" to address: Name or service not known
was muss ich noch anstellen... der Kopf qualmt ;-)
Danke schon mal
Grüße