USDAForestService / fs-open-forest-platform

Open Forest: The code for an online permitting platform for the U.S. Forest Service.
https://openforest.fs.usda.gov
Other
38 stars 19 forks source link

add docker and docker compose, update seeder formatting #1591

Closed mtlaney closed 3 years ago

mtlaney commented 3 years ago

## Summary Addresses Issue #1590

Please note if fully resolves the issue per the acceptance criteria: Y

Add dockerfile for frontend and server, add communications with docker-compose. To test locally run docker-compose up, after build you should be able to hit localhost:4200 and see the application and data

Impacted Areas of the Site

This pull request changes...

This pull request is ready to merge when...

mtlaney commented 3 years ago

@mtlaney looking at lines 6-8. Can you obfuscate line 8? Specifically on the docker-compose.yml

Right now that's only for local setup, it doesn't house any of our env variables for dev/staging/prod. Those are the lines Ilaya will need to change to our VCAP variables or whatever env variable equivalent we're using for AWS.

mwreiss commented 3 years ago

@mtlaney thank you, that is what I wanted to hear.