add some services

This commit is contained in:
debian
2025-10-19 00:48:40 +02:00
parent fb737074b7
commit db50e6a13a
6 changed files with 107 additions and 0 deletions

20
docker-compose.yml Normal file
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:
# - ${SERVICE_PATH}/caddy/caddy.yml
- ${SERVICE_PATH}/headscale/headscale.yml
- ${SERVICE_PATH}/watchtower/watchtower.yml
env_file: ${SERVICE_PATH}/.env
networks:
ip4net:
driver: bridge
name: ip4net
ipam:
config:
- subnet: 10.6.0.0/16