Skip to content

Commit 12122ec

Browse files
update requirements section and add video image link (#72)
1 parent 5c55461 commit 12122ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,24 @@ GitHub action to deploy any [Docker](https://www.bitovi.com/academy/learn-docker
44

55
The action will copy this repo to the VM and then run `docker-compose up`.
66

7+
## Getting Started Intro Video
8+
[![Getting Started - Youtube](https://img.youtube.com/vi/oya5LuHUCXc/0.jpg)](https://www.youtube.com/watch?v=oya5LuHUCXc)
9+
10+
711
## Requirements
12+
13+
1. Files for Docker
14+
2. An AWS account
15+
16+
### 1. Files for Docker
817
Your app needs a `Dockerfile` and a `docker-compose.yaml` file.
918

1019
> For more details on setting up Docker and Docker Compose, check out Bitovi's Academy Course: [Learn Docker](https://www.bitovi.com/academy/learn-docker.html)
1120
>
21+
22+
### 2. An AWS account
23+
You'll need [Access Keys](https://docs.aws.amazon.com/powershell/latest/userguide/pstools-appendix-sign-up.html) from an [AWS account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/)
24+
1225
## Environment variables
1326

1427
For envirnoment variables in your app, you can provide a `repo_env` file in your repo, a `.env` file in GitHub Secrets named `DOT_ENV`, or an AWS Secret. Then hook it up in your `docker-compose.yaml` file like:

0 commit comments

Comments
 (0)