Added comments

This commit is contained in:
Atridad Lahiji 2024-08-12 15:30:20 -06:00
parent 029382ff67
commit ac7ca95b02
No known key found for this signature in database
4 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,8 @@
# SAMPLE ENV
# SHARED_SECRET=super-secret-string
# ROOT_PASSWORD=super-secret-password
# ROOT_URL=https://git.cool.website
version: '3'
volumes:

View file

@ -1,3 +1,11 @@
# SAMPLE ENV
# UPLOAD_LOCATION=/mnt/nvme/immich/upload
# DB_DATA_LOCATION=/mnt/nvme/immich/db
# IMMICH_VERSION=release
# DB_PASSWORD=immich
# DB_USERNAME=immich
# DB_DATABASE_NAME=immich
version: "3.7"
services:

View file

@ -1,3 +1,6 @@
# SAMPLE ENV
# ROOT_PATH=/mnt/plex
version: '3'
services:

View file

@ -1,3 +1,13 @@
# SAMPLE ENV
# TYPE=PAPER
# MEMORY=2G
# MOTD="Awesome Christian Minecraft Server"
# SERVER_NAME="ChristianMC"
# OPS="SuperCoolOP"
# PORT=25565
# SPAWN_PROTECTION=0
# VOLUME=/mnt/nvme/chtistianmc
version: '3'
services: