Fixed external links

This commit is contained in:
Zicklag 2018-02-01 13:17:39 -06:00
parent 32d80f0ade
commit a595146dce

View File

@ -17,7 +17,7 @@ services:
image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a
restart: always restart: always
external_links: external_links:
- postgres: postgres - postgres:postgres
environment: environment:
DATABASE_ADAPTER: postgresql DATABASE_ADAPTER: postgresql
POSTGRES_PORT_5432_TCP_ADDR: postgres POSTGRES_PORT_5432_TCP_ADDR: postgres
@ -47,7 +47,7 @@ services:
image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a
restart: always restart: always
external_links: external_links:
- postgres: postgres - postgres:postgres
environment: environment:
DATABASE_ADAPTER: postgresql DATABASE_ADAPTER: postgresql
POSTGRES_PORT_5432_TCP_ADDR: postgres POSTGRES_PORT_5432_TCP_ADDR: postgres
@ -78,7 +78,7 @@ services:
image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a image: huginn/huginn-single-process:fc1daf8b91398929cedd72895cc95647e3ed7b6a
restart: always restart: always
external_links: external_links:
- postgres: postgres - postgres:postgres
environment: environment:
DATABASE_ADAPTER: postgresql DATABASE_ADAPTER: postgresql
POSTGRES_PORT_5432_TCP_ADDR: postgres POSTGRES_PORT_5432_TCP_ADDR: postgres