add some services
This commit is contained in:
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user