Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d427a741cd | ||
|
|
5b21a6b4f9 | ||
|
|
a5a3a1938d |
+1
-1
@@ -30,7 +30,7 @@ services:
|
||||
- internal
|
||||
|
||||
discorddb:
|
||||
image: postgres:13-alpine
|
||||
image: postgres:18-alpine
|
||||
secrets:
|
||||
- discord_db_password
|
||||
environment:
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ services:
|
||||
- internal
|
||||
|
||||
signaldb:
|
||||
image: postgres:13-alpine
|
||||
image: postgres:18-alpine
|
||||
secrets:
|
||||
- signal_db_password
|
||||
environment:
|
||||
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
- internal
|
||||
|
||||
telegramdb:
|
||||
image: postgres:13-alpine
|
||||
image: postgres:18-alpine
|
||||
secrets:
|
||||
- telegram_db_password
|
||||
environment:
|
||||
|
||||
+1
-1
@@ -84,7 +84,7 @@ services:
|
||||
- STACK_NAME
|
||||
- SYNAPSE_ADMIN_EMAIL
|
||||
- SYNAPSE_REPORT_STATS=no
|
||||
- SERVER_NAME
|
||||
- SYNAPSE_SERVER_NAME=${DOMAIN}
|
||||
- USER_IPS_MAX_AGE
|
||||
- VIRTUAL_HOST=${DOMAIN}
|
||||
- VIRTUAL_PORT=8008
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user