3-service Docker app: Nginx frontend, Flask REST API backend, PostgreSQL database. Includes lifecycle scripts (prepare, start, stop, remove), docker-compose.yaml, and documentation.
4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
flask==3.1.1
|
|
psycopg2-binary==2.9.10
|
|
gunicorn==23.0.0
|