Conversation
…environment, and changed webpack config for webapp docker deployment
Trying docker dev first to see if there are any issues with networking or starting containers
Removed verbose flag
Removing health check and dependency to hopefully get more logs
Trying to add in region to solve the issue
…d compress images
|
@Benjamintdk I have been trying to spin up the app through Is there something I should configure regarding the networks? |
|
@valentina-s I have provided a stack trace of the api service docker container below. If you wait for a while, you should see something along the lines of this, which indicates that the service is now up and running: |
|
@Benjamintdk After fiddling with the number of retries in the healthcheck, I can get through the api working and returning 200. However, after that I get an I tried |
…dk/orcaal into docker-compose-for-dev
|
|
||
| 3) To run testing for the services: | ||
|
|
||
| `docker-compose -f docker-compose.test.yml up --build --exit-code-from pytest --abort-on-container-exit` |
There was a problem hiding this comment.
docker-compose.test.yml -> docker-compose.test.backend.yml docker-compose.test.frontend.yml



Resolves #12. Builds on #23 #24 #26 #27. This PR aims to incorporate a docker compose file for development. Additionally, while not within the scope of the branch name, a Github Action was implemented for running tests as well, as there were some changes made to the test docker compose file along the way, especially with regard to the networking aspect.
Major changes:
Miscellaneous changes:
Actions required:
AWS_ACCESS_KEY_IDto OrcaAL repository secretsAWS_SECRET_ACCESS_KEYto OrcaAL repository secrets