-
Notifications
You must be signed in to change notification settings - Fork 0
deep0304/zapier
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# zapier ```bash docker run -d \ --name my-postgres \ -e POSTGRES_USER=myuser \ -e POSTGRES_PASSWORD=mypassword \ -e POSTGRES_DB=mydatabase \ -p 5432:5432 \ postgres ``` ```bash docker run -d \ --name kafka \ -p 9092:9092 \ -e KAFKA_PROCESS_ROLES=broker,controller \ -e KAFKA_NODE_ID=1 \ -e KAFKA_LISTENERS=PLAINTEXT://0.0.0.0:9092 \ -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:9092 \ -e KAFKA_CONTROLLER_QUORUM_VOTERS=1@localhost:9092 \ -e KAFKA_LOG_DIRS=/var/lib/kafka/data \ -e KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1 \ apache/kafka:3.7.1 ```
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published