Change safetwitch API port from 5071 to 5072.
This commit is contained in:
parent
5062f718d4
commit
5ae2d23316
@ -12,7 +12,8 @@ services:
|
||||
backend:
|
||||
image: codeberg.org/dragongoose/safetwitch-backend
|
||||
ports:
|
||||
- "5071:7000"
|
||||
- "5072:7000"
|
||||
# Something is using 5071, so I went ahead and changed it to 5072.
|
||||
environment:
|
||||
- PORT=7000
|
||||
- URL=https://api.safetwitch.{{server_prefix}}.projectsegfau.lt
|
||||
|
@ -180,7 +180,8 @@ safetwitch.{{ server_prefix }}.projectsegfau.lt safetwitch.projectsegfau.lt tw.p
|
||||
import torloc safetwitch
|
||||
}
|
||||
api.safetwitch.{{ server_prefix }}.projectsegfau.lt {
|
||||
reverse_proxy :5071
|
||||
reverse_proxy :5072
|
||||
# Something is taking the port 5071, I've went ahead and changed it to 5072 temporarily, can be permanently kept.
|
||||
}
|
||||
hyperpipe.{{ server_prefix }}.projectsegfau.lt hyperpipe.projectsegfau.lt hp.psf.lt hp.{{ server_prefix }}.psf.lt {
|
||||
import def
|
||||
|
Loading…
Reference in New Issue
Block a user