server for video generation service
docker-compose --env-file .env up -d
The Google service account secret file is required to communicate with Google Sheets. A path to file is defined as environment variable in a .env file and is used in docker-compose.yml:
GOOGLE_SERVICE_ACCOUNT=service_account.json
Also, the file is copied during image build in a gsheets-poster-service module.
docker-compose down
All used tables is described in database.drawio.
All modules and how is bound show in videogeneration.drawio.
Examples is contained in videogeneration.postman_collection.json as a Postman (Utility to make requests) collection.