chore: disable auto update

This commit is contained in:
2025-11-12 13:06:21 +10:00
parent 4226621884
commit 273e34d2f8
2 changed files with 8 additions and 10 deletions

View File

@@ -1,9 +1,12 @@
name: Deploy name: Deploy
# on:
# push:
# branches:
# - master
on: on:
push: workflow_dispatch:
branches:
- master
jobs: jobs:
deploy: deploy:

View File

@@ -22,13 +22,11 @@
MYSQL_DATABASE: gitea MYSQL_DATABASE: gitea
volumes: volumes:
- "/data/gitea/db:/var/lib/mysql" - "/data/gitea/db:/var/lib/mysql"
pull: true
recreate: true
- name: Create the Gitea container - name: Create the Gitea container
docker_container: docker_container:
name: gitea name: gitea
image: gitea/gitea:1.24 image: gitea/gitea:1.25.1
restart_policy: unless-stopped restart_policy: unless-stopped
networks: networks:
- name: proxy - name: proxy
@@ -49,8 +47,6 @@
traefik.http.routers.gitea.tls: "true" traefik.http.routers.gitea.tls: "true"
traefik.http.routers.gitea.service: "gitea" traefik.http.routers.gitea.service: "gitea"
traefik.http.services.gitea.loadbalancer.server.port: "3000" traefik.http.services.gitea.loadbalancer.server.port: "3000"
pull: true
recreate: true
- name: Create directories - name: Create directories
file: file:
@@ -83,6 +79,5 @@
traefik.http.routers.opengist.tls: "true" traefik.http.routers.opengist.tls: "true"
traefik.http.routers.opengist.service: "opengist" traefik.http.routers.opengist.service: "opengist"
traefik.http.services.opengist.loadbalancer.server.port: "6157" traefik.http.services.opengist.loadbalancer.server.port: "6157"
pull: true
recreate: true