telegraf/docker-compose.yml

19 lines
293 B
YAML

mysql:
image: mysql
ports:
- "3306:3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
memcached:
image: memcached
ports:
- "11211:11211"
postgres:
image: postgres
ports:
- "5432:5432"
environment:
POSTGRES_USER: ubuntu