Bumped lots of versions
parent
aa89a1f6ad
commit
adb1168742
|
@ -3,7 +3,7 @@ version: '3.4'
|
|||
services:
|
||||
app:
|
||||
# Latest contains a development version
|
||||
image: 'gitea/gitea:1.16.5'
|
||||
image: 'gitea/gitea:1.16.6'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
|
|
@ -37,7 +37,7 @@ services:
|
|||
|
||||
# =====FACEBOOK MESSENGER BRIDGE=====
|
||||
facebook:
|
||||
image: 'dock.mau.dev/mautrix/facebook:v0.3.3'
|
||||
image: 'dock.mau.dev/mautrix/facebook:v0.4.0'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
@ -79,7 +79,7 @@ services:
|
|||
|
||||
# =====SIGNAL BRIDGE=====
|
||||
signal:
|
||||
image: 'dock.mau.dev/mautrix/signal:v0.2.2'
|
||||
image: 'dock.mau.dev/mautrix/signal:v0.3.0'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
@ -96,7 +96,7 @@ services:
|
|||
- 'signald:/signald'
|
||||
|
||||
signald:
|
||||
image: 'signald/signald:0.16.1'
|
||||
image: 'signald/signald:0.18.0'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
@ -134,7 +134,7 @@ services:
|
|||
|
||||
# =====IRC BRIDGE=====
|
||||
irc:
|
||||
image: 'hif1/heisenbridge:1.11.0'
|
||||
image: 'hif1/heisenbridge:1.12.0'
|
||||
command: >
|
||||
-c /data/config.yaml
|
||||
http://conduit:6167
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.4'
|
|||
|
||||
services:
|
||||
app:
|
||||
image: 'nextcloud:23.0.2-apache'
|
||||
image: 'nextcloud:23.0.3-apache'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
@ -48,7 +48,7 @@ services:
|
|||
- 'root:/var/www/html'
|
||||
|
||||
cron:
|
||||
image: 'nextcloud:23.0.2-apache'
|
||||
image: 'nextcloud:23.0.3-apache'
|
||||
entrypoint: '/cron.sh'
|
||||
|
||||
deploy:
|
||||
|
|
|
@ -36,7 +36,7 @@ services:
|
|||
- 9000:9000
|
||||
|
||||
db:
|
||||
image: 'postgres:14.1-alpine'
|
||||
image: 'postgres:14.2-alpine'
|
||||
|
||||
deploy:
|
||||
mode: 'replicated'
|
||||
|
@ -60,7 +60,7 @@ services:
|
|||
- 'db-data:/var/lib/postgresql/data'
|
||||
|
||||
agent-1:
|
||||
image: 'woodpeckerci/woodpecker-agent:latest'
|
||||
image: 'woodpeckerci/woodpecker-agent:next'
|
||||
command: agent
|
||||
|
||||
deploy:
|
||||
|
@ -76,7 +76,7 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
agent-2:
|
||||
image: 'woodpeckerci/woodpecker-agent:latest'
|
||||
image: 'woodpeckerci/woodpecker-agent:next'
|
||||
command: agent
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue