diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-06-02 13:22:31 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-06-02 13:22:31 +0300 |
| commit | 11a3a2d8b275c1ef061ff37caa0a36faf5cce049 (patch) | |
| tree | 1ed2a93be7dc394e286bf0eb558f2dad01a99d68 /compose.yml | |
| parent | cce7acb16a08be22a0e62cf73ed38a206fd60362 (diff) | |
Add meta frontmatter
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml index 7480e9b..f8cc5a2 100644 --- a/compose.yml +++ b/compose.yml @@ -7,7 +7,8 @@ services: PYTHONUNBUFFERED: 1 GDRIVE_FOLDER: ${GDRIVE_FOLDER} GAPI_KEY: ${GAPI_KEY} - TITLE: ${TITLE} + AUTHOR: ${AUTHOR} + BASE_URL: ${BASE_URL} volumes: - ./data:/app/data - ./thumbnails:/app/thumbnails |
