Merge branch 'main' of ssh://git.gnous.eu:2222/enpls/docker-services

This commit is contained in:
Mael G. 2025-02-02 16:41:17 +01:00
commit 10c244917b
9 changed files with 11 additions and 11 deletions
.woodpecker
compute-1-mep
compute-2-mep
internals/woodpecker

View file

@ -1,6 +1,6 @@
steps:
check_ports_labels:
image: python:3.12-slim
image: python:3.13-slim
commands:
- pip3 install -r .ci/requirements.txt
- python3 .ci/port_attribution_watcher.py

View file

@ -9,7 +9,7 @@ volumes:
services:
server:
image: codeberg.org/forgejo/forgejo:9.0.3
image: codeberg.org/forgejo/forgejo:10.0.0
restart: always
container_name: forgejo
env_file:

View file

@ -4,7 +4,7 @@ networks:
services:
renovate:
image: ghcr.io/renovatebot/renovate:39.86.2-full
image: ghcr.io/renovatebot/renovate:39.133.3-full
restart: always
environment:
- LOG_LEVEL=info

View file

@ -8,7 +8,7 @@ volumes:
services:
server:
image: "searxng/searxng:2024.10.4-3e747d049"
image: "searxng/searxng:2025.1.6-6dab7fe78"
depends_on:
- "redis"
environment:

View file

@ -8,7 +8,7 @@ volumes:
services:
wallabag:
image: wallabag/wallabag
image: wallabag/wallabag:2.6.10
restart: unless-stopped
environment:
- SYMFONY__ENV__DATABASE_DRIVER=pdo_pgsql

View file

@ -12,7 +12,7 @@ volumes:
services:
gitlab:
image: gitlab/gitlab-ce:17.7.0-ce.0
image: gitlab/gitlab-ce:17.8.1-ce.0
container_name: gitlab
restart: always
hostname: "gitlab.gnous.eu"

View file

@ -13,7 +13,7 @@ services:
- mastodon
web:
image: ghcr.io/mastodon/mastodon:v4.3.2
image: ghcr.io/mastodon/mastodon:v4.3.3
restart: always
env_file:
- path: .env.production
@ -44,7 +44,7 @@ services:
- "ofelia.job-exec.clean-account.command=tootctl accounts cull"
streaming:
image: ghcr.io/mastodon/mastodon-streaming:v4.3.2
image: ghcr.io/mastodon/mastodon-streaming:v4.3.3
restart: always
env_file:
- path: .env.production
@ -70,7 +70,7 @@ services:
- "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file"
sidekiq:
image: ghcr.io/mastodon/mastodon:v4.3.2
image: ghcr.io/mastodon/mastodon:v4.3.3
restart: always
env_file:
- path: .env.production

View file

@ -9,7 +9,7 @@ volumes:
services:
server:
image: woodpeckerci/woodpecker-server:v2.8.2
image: woodpeckerci/woodpecker-server:v3.0.1
container_name: woodpecker_server
environment:
- WOODPECKER_OPEN=true

View file

@ -10,7 +10,7 @@ volumes:
services:
server:
image: woodpeckerci/woodpecker-server:v2.8.2
image: woodpeckerci/woodpecker-server:v3.0.1
container_name: woodpecker_server
environment:
- WOODPECKER_OPEN=false