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:
- 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

View File

@ -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