-
Notifications
You must be signed in to change notification settings - Fork 1
/
compose.yaml
44 lines (43 loc) · 1.1 KB
/
compose.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
networks:
frontend:
name: frontend
ipam:
config:
- subnet: $FRONTEND_SUBNET
gateway: $FRONTEND
backend:
name: backend
ipam:
config:
- subnet: $BACKEND_SUBNET
gateway: $BACKEND
include:
- service-adguard.yaml
- service-adguard-sync.yaml
- service-asf.yaml
- service-authelia.yaml # Required
- service-bitwarden.yaml
- service-deluge.yaml
- service-esphome.yaml
- service-flame.yaml
- service-freshrss.yaml
- service-gluetun.yaml
- service-home-assistant.yaml
- service-mongo.yaml
- service-mosquitto.yaml
- service-netbootxyz.yaml
- service-pairdrop.yaml
- service-portainer.yaml
- service-portainer-agent.yaml
- service-postgres.yaml # Required
- service-ryot.yaml
- service-socket-proxy.yaml # Required
- service-tautulli.yaml
- service-traefik.yaml # Required
- service-unifi.yaml
- service-uptime-kuma.yaml
- service-watchtower.yaml
- service-wyoming-openwakeword.yaml
- service-wyoming-piper.yaml
- service-wyoming-whisper.yaml
- service-zipline.yaml