diff --git a/homelab/jafner-net/config/peertube/.env b/homelab/jafner-net/config/peertube/.env index 4da82493..cc5824db 100644 --- a/homelab/jafner-net/config/peertube/.env +++ b/homelab/jafner-net/config/peertube/.env @@ -1,6 +1,15 @@ # Docker volume location + +## Dev PEERTUBE_DATA_VOLUME=/mnt/nas/peertube -PEERTUBE_CONFIG_VOLUME=/mnt/md0/peertube/peertube/ -POSTGRES_CONFIG_VOLUME=/mnt/md0/peertube/db/ -REDIS_CONFIG_VOLUME=/mnt/md0/peertube/redis/ -POSTFIX_CONFIG_VOLUME=/mnt/md0/peertube/postfix/ \ No newline at end of file +PEERTUBE_CONFIG_VOLUME=/mnt/md0/peertube-test/peertube/ +POSTGRES_CONFIG_VOLUME=/mnt/md0/peertube-test/db/ +REDIS_CONFIG_VOLUME=/mnt/md0/peertube-test/redis/ +POSTFIX_CONFIG_VOLUME=/mnt/md0/peertube-test/postfix/ + +## Prod +#PEERTUBE_DATA_VOLUME=/mnt/nas/peertube +#PEERTUBE_CONFIG_VOLUME=/mnt/md0/peertube/peertube/ +#POSTGRES_CONFIG_VOLUME=/mnt/md0/peertube/db/ +#REDIS_CONFIG_VOLUME=/mnt/md0/peertube/redis/ +#POSTFIX_CONFIG_VOLUME=/mnt/md0/peertube/postfix/ \ No newline at end of file