-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
41 lines (32 loc) · 888 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
###################
##### VERSION #####
###################
#
## use the docker hub tag in this session
DATABASE_IMAGE=mariadb:11.6.2
CACHE_IMAGE=redis:7.4.1-alpine
IMAGINARY_IMAGE=nextcloud/aio-imaginary:20241125_091756
NGINX_IMAGE=nginx-http3-mod:latest
NEXTCLOUD_IMAGE=nextcloud:30.0.2-fpm-ext
####################
##### DATABASE #####
####################
MYSQL_HOST=database
MYSQL_DATABASE=nextcloud
#################
##### CACHE #####
#################
REDIS_HOST=redis
#####################
##### NEXTCLOUD #####
#####################
OVERWRITEPROTOCOL=https
APACHE_DISABLE_REWRITE_IP=1
OVERWRITEHOST=nextcloud.local
#############################
##### VOLUME MOUNT PATH #####
#############################
#
## use this to set the location of the veracrypt mounted volumes
STACK_MOUNT_POINT=/media/T8PSN100_nextcloud_stack
DATA_MOUNT_POINT=/media/T8PSN100_nextcloud_data