Skip to content

Commit 2050646

Browse files
committed
🐛 fix: docker-compose.yml 내부 AES secret 값 필드 추가
1 parent 83b13a2 commit 2050646

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ services:
4040
AWS_SECRET_KEY: ${AWS_SECRET_KEY}
4141

4242
OPENAI_API_KEY: ${OPENAI_API_KEY}
43+
AES_SECRET: ${AES_SECRET}
4344

4445
# Kafka
4546
KAFKA_BOOTSTRAP_SERVERS: ${KAFKA_BOOTSTRAP_SERVERS}

0 commit comments

Comments
 (0)