Compare commits
4 commits
553c6f04b1
...
56f2e35759
| Author | SHA1 | Date | |
|---|---|---|---|
| 56f2e35759 | |||
| c76d3db733 | |||
| 6ff4153f7d | |||
| cb69598081 |
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
x-runner-common: &runner-common
|
||||
image: code.forgejo.org/forgejo/runner:12.6.3
|
||||
image: code.forgejo.org/forgejo/runner:12.6.4
|
||||
links:
|
||||
- docker-in-docker
|
||||
depends_on:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
rustical:
|
||||
image: ghcr.io/lennart-k/rustical:0.12.4
|
||||
image: ghcr.io/lennart-k/rustical:0.12.8
|
||||
ports:
|
||||
- '4000:4000'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:1.35.2-alpine
|
||||
image: vaultwarden/server:1.35.3-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DATABASE_URL: ${DATABASE_URL}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ spec:
|
|||
serviceAccountName: pulse-agent
|
||||
containers:
|
||||
- name: pulse-agent
|
||||
image: rcourtman/pulse:5.1.6
|
||||
image: rcourtman/pulse:5.1.8
|
||||
command: ["/opt/pulse/bin/pulse-agent-linux-amd64"]
|
||||
args:
|
||||
- --enable-kubernetes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue