Initial import
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
name: master-compose
|
||||
|
||||
########## ===== NETWORKS ===== ###########
|
||||
|
||||
networks:
|
||||
|
||||
proxy:
|
||||
name: thlab_proxy
|
||||
driver: bridge
|
||||
|
||||
auth:
|
||||
name: thlab_auth
|
||||
driver: bridge
|
||||
|
||||
backend:
|
||||
name: thlab_backend
|
||||
driver: bridge
|
||||
|
||||
########## ===== INCLUDES ===== ##########
|
||||
|
||||
include:
|
||||
|
||||
##### REVERSE-PROXY
|
||||
- ./reverse-proxy/thlab-proxy/compose.yaml
|
||||
|
||||
##### AUTH
|
||||
- ./auth/thlab-id/compose.yaml
|
||||
- ./auth/thlab-secrets/compose.yaml
|
||||
|
||||
##### STORAGE
|
||||
- ./storage/thlab-postgres/compose.yaml
|
||||
- ./storage/thlab-git/compose.yaml
|
||||
- ./storage/thlab-notes/compose.yaml
|
||||
## SPACETIME-DB
|
||||
|
||||
##### COMS
|
||||
- ./coms/thlab-alias/compose.yaml
|
||||
# - ./coms/thlab-coms/compose.yaml
|
||||
|
||||
##### MEDIA
|
||||
## JELLYFIN
|
||||
|
||||
Reference in New Issue
Block a user