Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
local setup: export postgres and opensearch ports
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul authored and drjova committed Aug 5, 2024
1 parent f86a8fb commit c1c7819
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ services:
retries: 5
start_period: 5s
restart: always
ports:
- "5432:5432"

redis:
image: redis:latest
Expand Down Expand Up @@ -165,6 +167,8 @@ services:
soft: 65536
hard: 65536
mem_limit: 2g
ports:
- "9200:9200"

airflow-webserver:
<<: *airflow-common
Expand Down

0 comments on commit c1c7819

Please sign in to comment.