๐Docker Compose Services
This page provides YAML configurations for services I often use via a Docker Compose file usually as part of bringing up a development enviornment.
Overview
Services
Alpine
version: "3.7"
services:
alpine:
# image reference: https://hub.docker.com/_/alpine
image: library/alpine:3.13.5
entrypoint: ["sleep", "1000000"]MongoDB
MySQL
PostgreSQL
NATS
Nginx
Redis
Sample Redis 6 configuration file
Rundeck
Last updated