@@ -19,29 +19,50 @@ domains:
1919services :
2020 - name : framerail
2121 source_dir : .
22- dockerfile_path : install/dev/web /Dockerfile
22+ dockerfile_path : install/dev/framerail /Dockerfile
2323 github :
2424 repo : scpwiki/wikijump
2525 branch : develop
26- deploy_on_push : true
26+ deploy_on_push : false
2727 instance_size_slug : basic-xxs
2828 health_check :
2929 initial_delay_seconds : 3
3030 envs :
3131 - key : DEEPWELL_HOST
3232 value : ' ${deepwell.PRIVATE_DOMAIN}'
3333 scope : RUN_TIME
34+ - key : DEEPWELL_PORT
35+ value : ' ${deepwell.PRIVATE_PORT}'
36+ scope : RUN_TIME
3437
35- - name : deepwell
38+ - name : caddy
3639 source_dir : .
37- dockerfile_path : install/dev/api /Dockerfile
40+ dockerfile_path : install/dev/caddy /Dockerfile
3841 github :
3942 repo : scpwiki/wikijump
4043 branch : develop
41- deploy_on_push : true
44+ deploy_on_push : false
4245 instance_size_slug : basic-xxs
43- internal_ports : [2747]
46+
47+ - name : wws
48+ source_dir : .
49+ dockerfile_path : install/dev/wws/Dockerfile
50+ github :
51+ repo : scpwiki/wikijump
52+ branch : develop
53+ deploy_on_push : false
54+ instance_size_slug : basic-xxs
55+ health_check :
56+ initial_delay_seconds : 2
4457 envs :
58+ - key : FRAMERAIL_HOST
59+ value : ' ${framerail.PRIVATE_DOMAIN}'
60+ - key : DEEPWELL_URL
61+ value : ' http://${deepwell.PRIVATE_DOMAIN}:${deepwell.PRIVATE_PORT}'
62+ scope : RUN_TIME
63+ - key : REDIS_URL
64+ value : ' ${cache.REDIS_URL}'
65+ scope : RUN_TIME
4566 - key : S3_BUCKET
4667 value : wikijump-files-dev
4768 scope : RUN_TIME
@@ -54,12 +75,43 @@ services:
5475 - key : S3_PATH_STYLE
5576 value : ' false'
5677 scope : RUN_TIME
78+ - key : S3_ACCESS_KEY_ID
79+ type : SECRET
80+ scope : RUN_TIME
81+ value : EV[1:o7KR/O5b7OHyXKDwyazNBHvLtp3RknSX:yimWNoxvDzML1V8dtbG+PN9qUbGfi+8lzYWzl+5ImU2fxojU]
82+ - key : S3_SECRET_ACCESS_KEY
83+ type : SECRET
84+ scope : RUN_TIME
85+ value : EV[1:HcyKErP7i3GUkjNt6GzRlrwXwgfEZRR+:r/51sfR9EqTGZOIev0F2fLrN4CqBl0AB/rpVVr1y2tWbEDnhMKBKZFuWoDJRMjOAKXhZfa/Nam29wEo=]
86+
87+ - name : deepwell
88+ source_dir : .
89+ dockerfile_path : install/dev/deepwell/Dockerfile
90+ github :
91+ repo : scpwiki/wikijump
92+ branch : develop
93+ deploy_on_push : false
94+ instance_size_slug : basic-xxs
95+ internal_ports : [2747]
96+ envs :
5797 - key : DATABASE_URL
5898 value : ' ${database.DATABASE_URL}'
5999 scope : RUN_TIME
60100 - key : REDIS_URL
61101 value : ' ${cache.REDIS_URL}'
62102 scope : RUN_TIME
103+ - key : S3_BUCKET
104+ value : wikijump-files-dev
105+ scope : RUN_TIME
106+ - key : S3_REGION_NAME
107+ value : nyc3
108+ scope : RUN_TIME
109+ - key : S3_CUSTOM_ENDPOINT
110+ value : https://nyc3.digitaloceanspaces.com
111+ scope : RUN_TIME
112+ - key : S3_PATH_STYLE
113+ value : ' false'
114+ scope : RUN_TIME
63115 - key : S3_ACCESS_KEY_ID
64116 type : SECRET
65117 scope : RUN_TIME
0 commit comments