Skip to content

Instantly share code, notes, and snippets.

View LindnerBrewery's full-sized avatar

Emrys MacInally LindnerBrewery

  • Karlsruhe, Germany
View GitHub Profile
@LindnerBrewery
LindnerBrewery / docker-compose.yml
Created November 30, 2022 11:36 — forked from ju2wheels/docker-compose.yml
docker-compose reference YAML file with comments
# https://docs.docker.com/compose/yml/
# Each service defined in docker-compose.yml must specify exactly one of
# image or build. Other keys are optional, and are analogous to their
# docker run command-line counterparts.
#
# As with docker run, options specified in the Dockerfile (e.g., CMD,
# EXPOSE, VOLUME, ENV) are respected by default - you don't need to
# specify them again in docker-compose.yml.
#
service_name: