ing
This commit is contained in:
parent
d23f5ebb4b
commit
676c6ef321
|
@ -2,7 +2,7 @@ version: '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6-alpine
|
image: postgres:9-alpine
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
hostname: postgres
|
hostname: postgres
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -108,7 +108,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- overflow
|
- overflow
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgresql
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
- kafka1
|
- kafka1
|
||||||
- influxdb
|
- influxdb
|
||||||
|
|
Loading…
Reference in New Issue
Block a user