Skip to content

Commit a89078d

Browse files
authored
fix: docker-compose.prod.yml 경로 및 서버 설정 동기화 (#55)
1 parent 931a144 commit a89078d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)