dev: add notes

This commit is contained in:
mcolonna 2025-03-25 23:09:18 +01:00
parent 48d66950d8
commit 8f789d51a0

View file

@ -7,6 +7,7 @@ services:
ports: ports:
- 8080:80 - 8080:80
### services ###
# image: # image:
# build: # build:
# ports: # ports:
@ -36,3 +37,19 @@ services:
# - ... # - ...
# ... # ...
# volumes: {out}:{in}:{rw|ro} # volumes: {out}:{in}:{rw|ro}
# networks: ???
### networks (list of networks) ###
# (services are connected to the network "default" by default)
# (see https://docs.docker.com/compose/how-tos/networking/)
### volumes (list of volumes) ###
# (there's nothing useful???)
### configs ###
# ???
### secrets ###
# ??? see configs before
###