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