Skip to content

Commit ff8afa4

Browse files
committed
chore: change anthropic key
1 parent 321ca29 commit ff8afa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ services:
77
environment:
88
- TZ=Asia/Seoul
99
- KMA_API_KEY=${KMA_API_KEY}
10-
- ANTHROPIC_KEY=${ANTHROPIC_KEY}
1110
- JASYPT_ENCRYPTOR_PASSWORD=${JASYPT_ENCRYPTOR_PASSWORD}
1211
- SPRING_PROFILES_ACTIVE=staging
1312
- SERVER_PORT=8080
@@ -49,6 +48,7 @@ services:
4948
- PERPLEXITY_API_KEY=${PERPLEXITY_API_KEY}
5049
- SERVER_PORT=8082
5150
- JAVA_TOOL_OPTIONS=-Duser.timezone=Asia/Seoul
51+
- ANTHROPIC_KEY=${ANTHROPIC_KEY}
5252
volumes:
5353
- /etc/localtime:/etc/localtime:ro
5454
- /etc/timezone:/etc/timezone:ro

0 commit comments

Comments
 (0)