Skip to content

Instantly share code, notes, and snippets.

@Ulv
Last active August 10, 2021 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ulv/2a081dfee6ecb3bf04c6b404278e8f02 to your computer and use it in GitHub Desktop.
Save Ulv/2a081dfee6ecb3bf04c6b404278e8f02 to your computer and use it in GitHub Desktop.
# devilbox: docker-compose.override.yml
version: '2.3'
services:
clickhouse:
image: yandex/clickhouse-server
networks:
app_net:
ipv4_address: 172.16.238.2
ports:
- "8123:8123"
rabbit:
image: "rabbitmq:3.8.5-management"
hostname: "rabbit"
environment:
RABBITMQ_ERLANG_COOKIE: "SWQOKODSQALRPCLNMEQG"
RABBITMQ_DEFAULT_USER: "local_user"
RABBITMQ_DEFAULT_PASS: "local_pass"
RABBITMQ_DEFAULT_VHOST: "/"
ports:
- "15672:15672"
- "5672:5672"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment