issues
search
pavelfilippi
/
weather-monitor
MIT License
1
stars
0
forks
source link
Dockerize app
#3
Closed
pavelfilippi
closed
1 year ago
pavelfilippi
commented
1 year ago
Setup docker/docker-compose
Make it easier for others to run/setup this app
Changes
add Dockerfile - setup and run fastapi/strawberry app
setup docker-compose file - run app + db in docker containers ("3308:3306" mapping is because I have local mysql running on 3306)
create first 'db conversion' file to setup mysql in docker
setup .env(.example) file + introduce dotenv to project
Setup docker/docker-compose
Make it easier for others to run/setup this app
Changes