File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ services:
33 image : fluent/fluent-bit:3.2
44 container_name : interview-fluent-bit
55 volumes :
6- - ./docker/ fluent-bit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro
7- - ./docker/ fluent-bit/parsers.conf:/fluent-bit/etc/parsers.conf:ro
6+ - ./fluent-bit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro
7+ - ./fluent-bit/parsers.conf:/fluent-bit/etc/parsers.conf:ro
88 ports :
99 - " 24224:24224"
1010 environment :
@@ -18,8 +18,6 @@ services:
1818 postgres :
1919 image : postgres:17
2020 container_name : interview-postgres
21- ports :
22- - " ${POSTGRES_PORT}:5432"
2321 environment :
2422 - POSTGRES_DB=${POSTGRES_DB}
2523 - POSTGRES_USER=${POSTGRES_USER}
@@ -41,7 +39,7 @@ services:
4139 ports :
4240 - " 7300:7300"
4341 env_file :
44- - .env
42+ - ../. env
4543 environment :
4644 - SPRING_PROFILES_ACTIVE=prod
4745 - TZ=Asia/Seoul
You can’t perform that action at this time.
0 commit comments