forked from joinmisskey/bash-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testenv_dockerhub.txt
50 lines (44 loc) · 903 Bytes
/
testenv_dockerhub.txt
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
42
43
44
45
46
47
48
49
50
#Install method
method=docker_hub
#Misskey setting
docker_repository=misskey/misskey:latest
docker_host_ip=auto
git_repository=hogehoge
git_branch=hogehoge
misskey_directory=/home/misskey/misskey
misskey_localhost=docker_host
misskey_user=misskey
host=127.0.0.1
misskey_port=3000
#Cloudflare Tunnel/Nginx setting
cloudflaretunnel=false
cf_apikey=hogehoge
cfaccount_id=hogehoge
cfzone_id=hogehoge
nginx_local=false
ufw=false
iptables=false
certbot=false
certbot_dns_cloudflare=false
certbot_http=false
certbot_mailaddress=false
certbot_cloudflare_mail=false
certbot_cloudflare_key=false
#Database (PostgreSQL) setting
db_local=true
db_host=docker_host
db_port=5432
db_user=misskey
db_pass=misskey
db_name=misskey
#Redis setting
redis_local=true
redis_host=docker_host
redis_port=6379
redis_pass=misskey
#Swap setting
swap=true
swap_size=2048
#Install setting
skip_confirm=true
github_actions=false