base docker config

This commit is contained in:
2026-03-19 00:48:42 +01:00
parent 7ad51dae13
commit a073d75f16
11 changed files with 393 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
# center docker-compose file
# see https://github.com/labmonkey/docker-compose-project-example for more info
# Here I will include all "child" docker compose files that I need.
# The paths can relative to this file or absolue. I've used INCLUDE_PATH variable to make it more cofigurable.
# Whenever I need to remove some service then I can comment out the lines here.
include:
- path:
- ${INCLUDE_PATH}/media.yml
- ${INCLUDE_PATH}/infrastructure.yml
- ${INCLUDE_PATH}/database.yml
env_file: ${INCLUDE_PATH}/.env
networks:
ip4net:
driver: bridge
name: ip4net
ipam:
config:
- subnet: 10.6.0.0/16