A simple app to use and explore docker and docker-compose to build a web application
To run this application:
-
clone the repository
-
create a
.env
in the root of the repo and addUSERNAME=admin username for postgres db PASSWORD=admin password for postgres db
-
run the docker-compose files:
for dev:
docker-compose -f ./docker-compose.dev.yml up
for prod:
docker-compose up
-
the application should be up and running in
http://localhost:80