commit
10c244917b
9 changed files with 11 additions and 11 deletions
.woodpecker
compute-1-mep
forgejo
renovate
searx
wallabag
compute-2-mep
internals/woodpecker
|
@ -1,6 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
check_ports_labels:
|
check_ports_labels:
|
||||||
image: python:3.12-slim
|
image: python:3.13-slim
|
||||||
commands:
|
commands:
|
||||||
- pip3 install -r .ci/requirements.txt
|
- pip3 install -r .ci/requirements.txt
|
||||||
- python3 .ci/port_attribution_watcher.py
|
- python3 .ci/port_attribution_watcher.py
|
||||||
|
|
|
@ -9,7 +9,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: codeberg.org/forgejo/forgejo:9.0.3
|
image: codeberg.org/forgejo/forgejo:10.0.0
|
||||||
restart: always
|
restart: always
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
@ -4,7 +4,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
renovate:
|
renovate:
|
||||||
image: ghcr.io/renovatebot/renovate:39.86.2-full
|
image: ghcr.io/renovatebot/renovate:39.133.3-full
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
|
|
|
@ -8,7 +8,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: "searxng/searxng:2024.10.4-3e747d049"
|
image: "searxng/searxng:2025.1.6-6dab7fe78"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "redis"
|
- "redis"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -8,7 +8,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wallabag:
|
wallabag:
|
||||||
image: wallabag/wallabag
|
image: wallabag/wallabag:2.6.10
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- SYMFONY__ENV__DATABASE_DRIVER=pdo_pgsql
|
- SYMFONY__ENV__DATABASE_DRIVER=pdo_pgsql
|
||||||
|
|
|
@ -12,7 +12,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitlab:
|
gitlab:
|
||||||
image: gitlab/gitlab-ce:17.7.0-ce.0
|
image: gitlab/gitlab-ce:17.8.1-ce.0
|
||||||
container_name: gitlab
|
container_name: gitlab
|
||||||
restart: always
|
restart: always
|
||||||
hostname: "gitlab.gnous.eu"
|
hostname: "gitlab.gnous.eu"
|
||||||
|
|
|
@ -13,7 +13,7 @@ services:
|
||||||
- mastodon
|
- mastodon
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/mastodon/mastodon:v4.3.2
|
image: ghcr.io/mastodon/mastodon:v4.3.3
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: .env.production
|
- path: .env.production
|
||||||
|
@ -44,7 +44,7 @@ services:
|
||||||
- "ofelia.job-exec.clean-account.command=tootctl accounts cull"
|
- "ofelia.job-exec.clean-account.command=tootctl accounts cull"
|
||||||
|
|
||||||
streaming:
|
streaming:
|
||||||
image: ghcr.io/mastodon/mastodon-streaming:v4.3.2
|
image: ghcr.io/mastodon/mastodon-streaming:v4.3.3
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: .env.production
|
- path: .env.production
|
||||||
|
@ -70,7 +70,7 @@ services:
|
||||||
- "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file"
|
- "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file"
|
||||||
|
|
||||||
sidekiq:
|
sidekiq:
|
||||||
image: ghcr.io/mastodon/mastodon:v4.3.2
|
image: ghcr.io/mastodon/mastodon:v4.3.3
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- path: .env.production
|
- path: .env.production
|
||||||
|
|
|
@ -9,7 +9,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: woodpeckerci/woodpecker-server:v2.8.2
|
image: woodpeckerci/woodpecker-server:v3.0.1
|
||||||
container_name: woodpecker_server
|
container_name: woodpecker_server
|
||||||
environment:
|
environment:
|
||||||
- WOODPECKER_OPEN=true
|
- WOODPECKER_OPEN=true
|
||||||
|
|
|
@ -10,7 +10,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: woodpeckerci/woodpecker-server:v2.8.2
|
image: woodpeckerci/woodpecker-server:v3.0.1
|
||||||
container_name: woodpecker_server
|
container_name: woodpecker_server
|
||||||
environment:
|
environment:
|
||||||
- WOODPECKER_OPEN=false
|
- WOODPECKER_OPEN=false
|
||||||
|
|
Loading…
Add table
Reference in a new issue