Skip to content

Instantly share code, notes, and snippets.

View alpancs's full-sized avatar
🏠
Working remotely

Alfan Nur Fauzan alpancs

🏠
Working remotely
View GitHub Profile
@alpancs
alpancs / docker-compose.yml
Last active February 8, 2019 03:22
all in one services
version: "3"
services:
beanstalkd:
container_name: beanstalkd
image: schickling/beanstalkd
network_mode: host
restart: always
cassandra: