Added comments
This commit is contained in:
parent
029382ff67
commit
ac7ca95b02
4 changed files with 26 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
# SAMPLE ENV
|
||||||
|
# SHARED_SECRET=super-secret-string
|
||||||
|
# ROOT_PASSWORD=super-secret-password
|
||||||
|
# ROOT_URL=https://git.cool.website
|
||||||
|
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -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"
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# SAMPLE ENV
|
||||||
|
# ROOT_PATH=/mnt/plex
|
||||||
|
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
|
@ -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'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Add table
Reference in a new issue