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
.envin 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 upfor prod:
docker-compose up -
the application should be up and running in
http://localhost:80