diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-06-01 20:51:29 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-06-01 20:54:35 +0300 |
| commit | 1144b33e33bbf3a05e4e75df8a677c8aa82a3137 (patch) | |
| tree | 96bf5082386ccf92ecce51b1d19b6188074aee5d /compose.yml | |
| parent | 73378c104a0774c213e2ede7c557b14c40f8a12d (diff) | |
Add stuff
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..7480e9b --- /dev/null +++ b/compose.yml @@ -0,0 +1,13 @@ +services: + web: + build: . + ports: + - "8000:8000" + environment: + PYTHONUNBUFFERED: 1 + GDRIVE_FOLDER: ${GDRIVE_FOLDER} + GAPI_KEY: ${GAPI_KEY} + TITLE: ${TITLE} + volumes: + - ./data:/app/data + - ./thumbnails:/app/thumbnails |
