issues
search
ampcc
/
coding-challenge
Other
3
stars
2
forks
source link
Finish local deployment
#277
Closed
FabianBretz
closed
1 year ago
FabianBretz
commented
1 year ago
This pull request adds:
a postgre container
a volume for the postgre container to store the data permanently
a healthcheck to ensure, that the database is running before the backend server is started
Stuff still to be done:
[x] Enhance docker compose, so that it can be used for development too
[x] Remove old Scripts, second settings.py (and sqlite3 database)
[x] Smoothen up the docker compose (postgre container still shows weird messages on healthcheck; maybe add healthcheck for backend server too?)
This pull request adds:
Stuff still to be done: