Skip to content

Commit

Permalink
use rapidfort redis and postgres
Browse files Browse the repository at this point in the history
Signed-off-by: Vandit Singh <[email protected]>
  • Loading branch information
Vandit1604 committed Jan 13, 2025
1 parent 71b1e2f commit dad3827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community_images/airflow/airflow/ironbank/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ usage_instructions: |
-e POSTGRESQL_DATABASE=rapidfort_airflow \
--net airflow-tier \
--volume postgresql_data:/bitnami/postgresql \
bitnami/postgresql:latest
rapidfort/postgresql:latest
# Create a volume for Redis(R) persistence and create a Redis(R) container
docker volume create --name redis_data
docker run -d --name redis \
-e ALLOW_EMPTY_PASSWORD=yes \
--net airflow-tier \
--volume redis_data:/bitnami \
bitnami/redis:latest
rapidfort/redis:latest
# Launch the Apache Airflow web container
docker run -d --name airflow -p 8080:8080 \
Expand Down

0 comments on commit dad3827

Please sign in to comment.