- Deployed PostgreSQL 18.4 + Gitea 1.22.6 via Docker Compose - Configured Nginx reverse proxy with Let's Encrypt SSL - Created Ansible playbooks for full automation (site.yml) - Database credentials in AWS Secrets Manager - Production deployment at https://gitea.poll-streams.com
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
# This file will be generated automatically by Ansible
|
|
# Do not edit manually - it will be overwritten
|
|
|
|
DB_USER=gitea
|
|
DB_PASSWORD=<generated-from-secrets-manager>
|
|
DB_NAME=gitea
|