Skip to content

Commit

Permalink
Merge pull request #3 from aelzeiny/ayy-whassup-docs
Browse files Browse the repository at this point in the history
Minor fix in docs
  • Loading branch information
aelzeiny committed Nov 21, 2020
2 parents d98fe5f + bfe9a3a commit 8cbd8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getting_started_batch.md
Expand Up @@ -21,7 +21,7 @@ Build this image and upload it to a private repository. You may want to use Dock
```dockerfile
FROM puckel/docker-airflow

RUN pip3 install --no-cache-dir boto3
RUN pip3 install --no-cache-dir boto3 airflow-aws-exeecutors
ENV AIRFLOW__CORE__FERNET_KEY [fernet key]
ENV AIRFLOW__CORE__SQL_ALCHEMY_CONN postgresql+psycopg2://[username]:[password]@[rds-host]:5432/airflow_metadb
ENV AIRFLOW__CORE__EXECUTOR aws_executors_plugin.AwsBatchExecutor
Expand Down
2 changes: 1 addition & 1 deletion getting_started_ecs_fargate.md
Expand Up @@ -28,7 +28,7 @@ docker-run initialization.
```dockerfile
FROM puckel/docker-airflow

RUN pip3 install --no-cache-dir boto3
RUN pip3 install --no-cache-dir boto3 airflow-aws-exeecutors
ENV AIRFLOW__CORE__FERNET_KEY [fernet key]
ENV AIRFLOW__CORE__SQL_ALCHEMY_CONN postgresql+psycopg2://[username]:[password]@[rds-host]:5432/airflow_metadb
ENV AIRFLOW__CORE__EXECUTOR aws_executors_plugin.AwsEcsFargateExecutor
Expand Down

0 comments on commit 8cbd8ed

Please sign in to comment.