idkjsx
05/09/2018, 2:07 PMKyleG
05/10/2018, 5:47 AM.env
. With that file defined and with docker installed properly on your machine, you should be able to docker-compose the Prisma stack (docker-compose -f ./database/docker-compose.yml up -d
) and the webapp's server (docker-compose -f ./docker-compose.yml up -d
)
For aws you can read the rambling notes.txt here: https://github.com/TreeAntSan/javrater-webapp/blob/master/notes.txt and the comment atop this file https://github.com/TreeAntSan/javrater-webapp/blob/master/docker-compose.yml
(It's a real mess but it's a treasure trove of clues for you)