From f0190394970e352c591c60e7a592680daca59ce3 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 23 Jun 2022 23:27:29 +0530 Subject: [PATCH] hot fix: disable gitea service --- .woodpecker.yml | 11 +++++------ docker-compose-dev-deps.yml | 32 ++++++++++++++++---------------- 2 files changed, 21 insertions(+), 22 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e6350e8..8d56567 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,17 +19,16 @@ services: environment: - POSTGRES_PASSWORD=password - gitea: - image: gitea/gitea:1.16.5 - container_name: hostea-dash-gitea - # network_mode: host - restart: always + # gitea: + # image: gitea/gitea:1.16.5 + # container_name: hostea-dash-gitea + # # network_mode: host + # restart: always smtp: image: maildev/maildev:latest restart: always container_name: hostea-dash-maildev - # network_mode: host environment: - MAILDEV_SMTP_PORT=10025 - MAILDEV_INCOMING_USER=admin diff --git a/docker-compose-dev-deps.yml b/docker-compose-dev-deps.yml index 5f50ba3..deb069d 100644 --- a/docker-compose-dev-deps.yml +++ b/docker-compose-dev-deps.yml @@ -8,22 +8,22 @@ version: "3" services: - gitea: - image: gitea/gitea:1.16.5 - container_name: hostea-dash-gitea - network_mode: host - environment: - - USER_UID=1000 - - USER_GID=1000 - restart: always - #networks: - # - hostea-dash-gitea - volumes: - - /etc/timezone:/etc/timezone:ro - - /etc/localtime:/etc/localtime:ro - #ports: - # - "8080:3000" - # - "2221:22" + #gitea: + # image: gitea/gitea:1.16.5 + # container_name: hostea-dash-gitea + # network_mode: host + # environment: + # - USER_UID=1000 + # - USER_GID=1000 + # restart: always + # #networks: + # # - hostea-dash-gitea + # volumes: + # - /etc/timezone:/etc/timezone:ro + # - /etc/localtime:/etc/localtime:ro + # #ports: + # # - "8080:3000" + # # - "2221:22" smtp: image: maildev/maildev:latest