mirror of https://github.com/buster-so/buster.git
path fix on env
This commit is contained in:
parent
b697049a65
commit
14d801f44a
|
@ -4,7 +4,7 @@ services:
|
||||||
starrocks-fe:
|
starrocks-fe:
|
||||||
image: starrocks/fe-ubuntu:3.3-latest
|
image: starrocks/fe-ubuntu:3.3-latest
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- ../.env
|
||||||
hostname: starrocks-fe
|
hostname: starrocks-fe
|
||||||
container_name: starrocks-fe
|
container_name: starrocks-fe
|
||||||
user: root
|
user: root
|
||||||
|
@ -84,7 +84,7 @@ services:
|
||||||
rest:
|
rest:
|
||||||
image: tabulario/iceberg-rest:latest
|
image: tabulario/iceberg-rest:latest
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- ../.env
|
||||||
container_name: iceberg-rest
|
container_name: iceberg-rest
|
||||||
networks:
|
networks:
|
||||||
iceberg_net:
|
iceberg_net:
|
||||||
|
|
Loading…
Reference in New Issue