fix
This commit is contained in:
parent
047f161b0d
commit
92533bad49
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ services:
|
||||||
image: victorm/platoo:v1
|
image: victorm/platoo:v1
|
||||||
environment:
|
environment:
|
||||||
user: platoo
|
user: platoo
|
||||||
host: 172.17.0.1
|
host: postgresql
|
||||||
database: platoodb
|
database: platoodb
|
||||||
password: s3cr3t
|
password: s3cr3t
|
||||||
port: 5434
|
port: 5434
|
||||||
|
@ -13,8 +13,6 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
postgresql:
|
postgresql:
|
||||||
image: postgres:9.6.18
|
image: postgres:9.6.18
|
||||||
ports:
|
|
||||||
- "5434:5432"
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: platoo
|
POSTGRES_USER: platoo
|
||||||
POSTGRES_DB: platoodb
|
POSTGRES_DB: platoodb
|
||||||
|
|
Loading…
Reference in a new issue