Skip to content

Commit 87e5efb

Browse files
committed
Fix missing API key
1 parent ffcfc68 commit 87e5efb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ services:
112112
R2_SECRET_ACCESS_KEY: ${R2_SECRET_ACCESS_KEY}
113113
R2_BUCKET_NAME: ${R2_BUCKET_NAME}
114114
R2_PRIVATE_BUCKET_NAME: ${R2_PRIVATE_BUCKET_NAME}
115+
VATSIM_API_IDENTIFIER: ${VATSIM_API_IDENTIFIER}
115116
TRUST_PROXY: true
116117
depends_on:
117118
postgres:

0 commit comments

Comments
 (0)