updates: poetry, traefik, gitea, nextcloud

This commit is contained in:
2025-02-25 18:24:18 -08:00
parent c0103496a1
commit 88133daf7e
6 changed files with 72 additions and 52 deletions

View File

@@ -5,7 +5,7 @@ networks:
services:
server:
image: gitea/gitea:1.22
image: gitea/gitea
container_name: gitea_server
labels:
- {{ helpers.traefik_labels('gitea', port='3000') | indent(6) }}

View File

@@ -1 +0,0 @@
NEXTCLOUD_VERSION=30-apache

View File

@@ -5,7 +5,7 @@ networks:
services:
app:
image: nextcloud:${NEXTCLOUD_VERSION}
image: &nextcloud_image nextcloud:stable-apache
container_name: nextcloud_app
labels:
- {{ helpers.traefik_labels('nc', port='80') | indent(6) }}
@@ -21,7 +21,7 @@ services:
- {{ base_volume_path }}/nextcloud/nextcloud_data:/var/www/html/data
cron:
image: nextcloud:${NEXTCLOUD_VERSION}
image: *nextcloud_image
container_name: nextcloud_cron
restart: unless-stopped
depends_on:
@@ -33,7 +33,7 @@ services:
- {{ base_volume_path }}/nextcloud/nextcloud_data:/var/www/html/data
notify_push:
image: nextcloud:${NEXTCLOUD_VERSION}
image: *nextcloud_image
container_name: nextcloud_notify_push
labels:
- {{ helpers.traefik_labels('nc', port='7867', path_prefix='/push') | indent(6) }}

View File

@@ -5,7 +5,7 @@ networks:
services:
traefik:
image: traefik:v3.2
image: traefik:v3.3
container_name: traefik
restart: unless-stopped
env_file: