hot fix: disable gitea service

wip-infra-tests
Aravinth Manivannan 2022-06-23 23:27:29 +05:30
parent 3c33d10ca0
commit f019039497
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 21 additions and 22 deletions

View File

@ -19,17 +19,16 @@ services:
environment: environment:
- POSTGRES_PASSWORD=password - POSTGRES_PASSWORD=password
gitea: # gitea:
image: gitea/gitea:1.16.5 # image: gitea/gitea:1.16.5
container_name: hostea-dash-gitea # container_name: hostea-dash-gitea
# network_mode: host # # network_mode: host
restart: always # restart: always
smtp: smtp:
image: maildev/maildev:latest image: maildev/maildev:latest
restart: always restart: always
container_name: hostea-dash-maildev container_name: hostea-dash-maildev
# network_mode: host
environment: environment:
- MAILDEV_SMTP_PORT=10025 - MAILDEV_SMTP_PORT=10025
- MAILDEV_INCOMING_USER=admin - MAILDEV_INCOMING_USER=admin

View File

@ -8,22 +8,22 @@ version: "3"
services: services:
gitea: #gitea:
image: gitea/gitea:1.16.5 # image: gitea/gitea:1.16.5
container_name: hostea-dash-gitea # container_name: hostea-dash-gitea
network_mode: host # network_mode: host
environment: # environment:
- USER_UID=1000 # - USER_UID=1000
- USER_GID=1000 # - USER_GID=1000
restart: always # restart: always
#networks: # #networks:
# - hostea-dash-gitea # # - hostea-dash-gitea
volumes: # volumes:
- /etc/timezone:/etc/timezone:ro # - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro # - /etc/localtime:/etc/localtime:ro
#ports: # #ports:
# - "8080:3000" # # - "8080:3000"
# - "2221:22" # # - "2221:22"
smtp: smtp:
image: maildev/maildev:latest image: maildev/maildev:latest