an application for analyzing sales
google OAuth prod Authorized js origins https://data.tannerr.com authorized redirect URIs https://data.tannerr.com/api/login
dev authorized js origins http://localhost:8080 authorized redirect URIs https://localhost:8080/api/login
Local:
docker build . -t tannerrhub/data-app:latestdocker push tannerrhub/data-app:latestVPS:
docker pull tannerrhub/data-appdocker stop data-appdocker run -d --rm --name data-app -e ENV=production -e HTTPS=true -p 8080:8080 --mount type=volume,src=integration-data,target=/app/volume tannerrhub/data-app:latestEnter container
docker exec -it my_container /bin/bashchmod +x deploy.shVERSION="202509270741" ./deploy.shexport JWT_SECRET="EXAMPLE4e5f6789012345678901234567890abcdef1234567890abcdef123456" For development, just run the app - it will create and reuse .jwt_secret