Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 732 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 732 Bytes

SmartBear Academy - Intro to Docker and GitHub Actions

This repo is going to be used to teach us about Docker + GitHub Actions. The repo contains 2 projects:

Instructions for running these projects can be found in the appropriate directories.

Running everything with Docker Compose

Now that we have Docker Compose set up, we can run both services with:

docker compose up

Note: At this point, we only have the backend set up with docker compose, and will need to add the config for the frontend image.