Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l33tlamer/docker-compose-snippets
Collection of templates for Docker Compose
https://github.com/l33tlamer/docker-compose-snippets
docker-compose examples templates
Last synced: about 1 month ago
JSON representation
Collection of templates for Docker Compose
- Host: GitHub
- URL: https://github.com/l33tlamer/docker-compose-snippets
- Owner: l33tlamer
- Created: 2023-07-05T09:08:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:10:37.000Z (3 months ago)
- Last Synced: 2024-10-23T11:46:11.579Z (3 months ago)
- Topics: docker-compose, examples, templates
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Compose snippets
This is nothing but just a collection of **Docker Compose** snippets for services i use often.
As example, for a new selfhosted project i need a **MariaDB** container, or **Postgres**, then i just copy/paste the snippet and adjust the values.
Most of these have been set up to have working healthchecks. Ideally you would combine them with "depends_on" with "condition: service_healthy".
These are **NOT** meant to be just copy/pasted and run. They need to be adjusted to fit your own setup.
**Basic Docker and Compose knowledge is required.**