create base folders
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# backups Environment Configuration
|
||||
CONTAINER_NAME=backups
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/Toronto
|
||||
@@ -0,0 +1,16 @@
|
||||
# backups Setup & Operation Guide
|
||||
|
||||
## Overview
|
||||
Brief notes and configuration guide for **backups** under `03-management-data`.
|
||||
|
||||
## Pre-requisites
|
||||
- [ ] Network routing / DNS configured
|
||||
- [ ] Environment variables set in `.env`
|
||||
|
||||
## Deployment
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Maintenance & Backups
|
||||
- Path to persistent data: `./data`
|
||||
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
backups:
|
||||
# image: placeholder/image:latest
|
||||
container_name: backups
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# - TZ=America/Toronto
|
||||
# volumes:
|
||||
# - ./data:/config
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
# networks:
|
||||
# - homelab-net
|
||||
|
||||
networks:
|
||||
homelab-net:
|
||||
external: true
|
||||
@@ -0,0 +1,5 @@
|
||||
# hastebin Environment Configuration
|
||||
CONTAINER_NAME=hastebin
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/Toronto
|
||||
@@ -0,0 +1,16 @@
|
||||
# hastebin Setup & Operation Guide
|
||||
|
||||
## Overview
|
||||
Brief notes and configuration guide for **hastebin** under `03-management-data`.
|
||||
|
||||
## Pre-requisites
|
||||
- [ ] Network routing / DNS configured
|
||||
- [ ] Environment variables set in `.env`
|
||||
|
||||
## Deployment
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Maintenance & Backups
|
||||
- Path to persistent data: `./data`
|
||||
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
hastebin:
|
||||
# image: placeholder/image:latest
|
||||
container_name: hastebin
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# - TZ=America/Toronto
|
||||
# volumes:
|
||||
# - ./data:/config
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
# networks:
|
||||
# - homelab-net
|
||||
|
||||
networks:
|
||||
homelab-net:
|
||||
external: true
|
||||
@@ -0,0 +1,5 @@
|
||||
# joplin Environment Configuration
|
||||
CONTAINER_NAME=joplin
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/Toronto
|
||||
@@ -0,0 +1,16 @@
|
||||
# joplin Setup & Operation Guide
|
||||
|
||||
## Overview
|
||||
Brief notes and configuration guide for **joplin** under `03-management-data`.
|
||||
|
||||
## Pre-requisites
|
||||
- [ ] Network routing / DNS configured
|
||||
- [ ] Environment variables set in `.env`
|
||||
|
||||
## Deployment
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Maintenance & Backups
|
||||
- Path to persistent data: `./data`
|
||||
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
joplin:
|
||||
# image: placeholder/image:latest
|
||||
container_name: joplin
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# - TZ=America/Toronto
|
||||
# volumes:
|
||||
# - ./data:/config
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
# networks:
|
||||
# - homelab-net
|
||||
|
||||
networks:
|
||||
homelab-net:
|
||||
external: true
|
||||
@@ -0,0 +1,5 @@
|
||||
# vaultwarden Environment Configuration
|
||||
CONTAINER_NAME=vaultwarden
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=America/Toronto
|
||||
@@ -0,0 +1,16 @@
|
||||
# vaultwarden Setup & Operation Guide
|
||||
|
||||
## Overview
|
||||
Brief notes and configuration guide for **vaultwarden** under `03-management-data`.
|
||||
|
||||
## Pre-requisites
|
||||
- [ ] Network routing / DNS configured
|
||||
- [ ] Environment variables set in `.env`
|
||||
|
||||
## Deployment
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Maintenance & Backups
|
||||
- Path to persistent data: `./data`
|
||||
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
vaultwarden:
|
||||
# image: placeholder/image:latest
|
||||
container_name: vaultwarden
|
||||
restart: unless-stopped
|
||||
# environment:
|
||||
# - TZ=America/Toronto
|
||||
# volumes:
|
||||
# - ./data:/config
|
||||
# ports:
|
||||
# - "8080:8080"
|
||||
# networks:
|
||||
# - homelab-net
|
||||
|
||||
networks:
|
||||
homelab-net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user