1
0
Преглед на файлове

🐛: fix domain name and nginx depends

ulyc преди 2 години
родител
ревизия
4615810185
променени са 2 файла, в които са добавени 13 реда и са изтрити 10 реда
  1. 10 10
      template/config.ini.template
  2. 3 0
      template/docker-compose.yml.template

+ 10 - 10
template/config.ini.template

@@ -94,7 +94,7 @@ private-key={{WEBHOOK_KEY}}
 [git.sr.ht]
 #
 # URL git.sr.ht is being served at (protocol://domain)
-origin=http://gitsrht.localtest.me
+origin=http://git.localtest.me
 #
 # Address and port to bind the debug server to
 debug-host=0.0.0.0
@@ -169,7 +169,7 @@ internal-ipnet=127.0.0.0/8,::1/128,192.168.0.0/16,10.0.0.0/8
 #/usr/bin/buildsrht-keys=builds:builds
 
 [meta.sr.ht]
-origin=http://metasrht.localtest.me
+origin=http://meta.localtest.me
 #
 # Address and port to bind the debug server to
 debug-host=0.0.0.0
@@ -222,7 +222,7 @@ internal-ipnet=127.0.0.0/8,::1/128,192.168.0.0/16,10.0.0.0/8
 registration=yes
 #
 # Where to redirect new users upon registration
-onboarding-redirect=http://gitsrht.localtest.me/
+onboarding-redirect=http://git.localtest.me/
 #
 # How many invites each user is issued upon registration (only applicable if
 # open registration is disabled)
@@ -249,7 +249,7 @@ stripe-secret-key=
 [paste.sr.ht]
 #
 # URL paste.sr.ht is being served at (protocol://domain)
-origin=http://pastesrht.localtest.me
+origin=http://paste.localtest.me
 #
 # Address and port to bind the debug server to
 debug-host=0.0.0.0
@@ -274,7 +274,7 @@ oauth-client-secret=
 [lists.sr.ht]
 #
 # URL lists.sr.ht is being served at (protocol://domain)
-origin=http://listssrht.localtest.me
+origin=http://lists.localtest.me
 #
 # Address and port to bind the debug server to
 debug-host=0.0.0.0
@@ -295,7 +295,7 @@ redis=redis://redis-kv:6379/0
 #
 # The domain that incoming email should be sent to. Forward mail sent here to
 # the LTMP socket.
-posting-domain=http://listssrht.localtest.me
+posting-domain=http://lists.localtest.me
 #
 # lists.sr.ht's OAuth client ID and secret for meta.sr.ht
 # Register your client at meta.example.org/oauth
@@ -369,7 +369,7 @@ internal-ipnet=127.0.0.0/8,::1/128,192.168.0.0/16,10.0.0.0/8
 [todo.sr.ht]
 #
 # URL todo.sr.ht is being served at (protocol://domain)
-origin=http://todosrht.localtest.me
+origin=http://todo.localtest.me
 #
 # Address and port to bind the debug server to
 debug-host=0.0.0.0
@@ -414,7 +414,7 @@ posting-domain=
 [builds.sr.ht]
 #
 # URL builds.sr.ht is being served at (protocol://domain)
-origin=http://buildssrht.localtest.me
+origin=http://builds.localtest.me
 #
 # Address and port to bind the debug server to
 debug-host=0.0.0.0
@@ -495,7 +495,7 @@ s3-prefix=
 [hg.sr.ht]
 #
 # URL hg.sr.ht is being served at (protocol://domain)
-origin=http://hgsrht.localtest.me
+origin=http://hg.localtest.me
 #
 # Address and port to bind the debug server to
 debug-host=0.0.0.0
@@ -564,7 +564,7 @@ internal-ipnet=127.0.0.0/8,::1/128,192.168.0.0/16,10.0.0.0/8
 [man.sr.ht]
 #
 # URL man.sr.ht is being served at (protocol://domain)
-origin=http://mansrht.localtest.me
+origin=http://man.localtest.me
 #
 # Address and port to bind the debug server to
 debug-host=0.0.0.0

+ 3 - 0
template/docker-compose.yml.template

@@ -45,6 +45,9 @@ services:
       - static-data:/usr/lib/python3.9/site-packages/
     networks:
       - srht-net
+    depends_on:
+      - srhts
+
 
 volumes:
   db-data: