Compare commits
4 Commits
docs
...
3.1.0+11.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d8674d584 | |||
| cd33c2adfe | |||
| 22a29bb4cc | |||
| 26528162e3 |
@ -12,4 +12,4 @@ RUNNER_TIMEOUT=3h
|
||||
|
||||
# Set to 'host', to use the host network. When left empty it creates a temporary
|
||||
# network for each container.
|
||||
#CONTAIER_NETWORK
|
||||
#CONTAINER_NETWORK
|
||||
|
||||
@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: 'code.forgejo.org/forgejo/runner:8.0.1'
|
||||
image: 'code.forgejo.org/forgejo/runner:11.2.0'
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://socket-proxy:2375
|
||||
configs:
|
||||
@ -15,7 +15,7 @@ services:
|
||||
- "data:/data"
|
||||
deploy:
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.0+8.0.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.1.0+11.2.0"
|
||||
networks:
|
||||
- internal
|
||||
ports:
|
||||
@ -23,7 +23,7 @@ services:
|
||||
entrypoint: /custom-entrypoint.sh
|
||||
|
||||
socket-proxy:
|
||||
image: lscr.io/linuxserver/socket-proxy:3.2.3
|
||||
image: lscr.io/linuxserver/socket-proxy:3.2.6
|
||||
environment:
|
||||
- PROXY_READ_TIMEOUT=5000
|
||||
- ALLOW_START=1
|
||||
|
||||
1
release/3.0.0+11.1.2
Normal file
1
release/3.0.0+11.1.2
Normal file
@ -0,0 +1 @@
|
||||
Fixed a typo in .env.sample and upgrade runner to v11
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user