Added cognito authentication
Some checks failed
AWS Deploy on Push / build (push) Failing after 40s

This commit is contained in:
2025-05-15 14:18:55 -05:00
parent 8c9ea4187e
commit a07a28525f
4 changed files with 86 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ Type=simple
User=ec2-user
WorkingDirectory=/home/ec2-user/iptv-updater-aws
ExecStart=/usr/local/bin/uvicorn app.main:app --host 127.0.0.1 --port 8000
EnvironmentFile=/etc/environment
Restart=always
[Install]