aiondemand / AIOD-rest-api

A containerized application using FastAPI and SQLAlchemy connected to a MySQL database.
MIT License
10 stars 7 forks source link

Make all host ports in docker-compose configurable through environment variables #336

Closed PGijsbers closed 2 days ago

PGijsbers commented 1 month ago

Different instances may use different ports on the host machine, to avoid editing the compose file unnecessarily, it will be useful if these ports can be configured from the environment file. Concretely, this is one of the potential places for error when deploying new releases.