Skip to content

Instantly share code, notes, and snippets.

@AzraelSec
Last active March 20, 2023 20:34
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 AzraelSec/c11f0f192191668de93f023c11b65cb2 to your computer and use it in GitHub Desktop.
Save AzraelSec/c11f0f192191668de93f023c11b65cb2 to your computer and use it in GitHub Desktop.
version: "3.9"
services:
rg-mysql:
image: "mysql:latest"
ports:
- "3306:3306"
environment:
MYSQL_ROOT_PASSWORD: "root"
rg-redis:
image: "redis:alpine"
ports:
- "6379:6379"
rg-memcached:
image: "memcached:alpine"
ports:
- "11211:11211"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment