This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/examples/git.cool.life/.env

32 lines
698 B
Bash

# DOCKER
SERVER=monserveur
DOCKER_HOST=ssh://user@monserveur:4242
COMPOSE_FILE=../../postgres/docker-compose.yml:../../gitea/docker-compose.yml:../../gitea/docker-compose.traefik.yml
# APP
TRAEFIK_NETWORK_NAME=kifeart
GITEA_CONTAINER_NAME=aetig
GITEA_VOLUME_NAME=aetig
GITEA_PROTOCOL=https
GITEA_DOMAIN=git.cool.life
# APP CONFIG
# https://docs.gitea.io/en-us/install-with-docker/#environments-variables
DISABLE_SSH=true
RUN_MODE=prod
DISABLE_REGISTRATION=true
INSTALL_LOCK=true
PROTOCOL=${GITEA_PROTOCOL}
DOMAIN=${GITEA_DOMAIN}
# DATABASE
POSTGRES_USER=aetig
POSTGRES_PASSWORD=$not$safe$password!
POSTGRES_DB=aetig
POSTGRES_CONTAINER_NAME=aetig-postgres
POSTGRES_VOLUME_NAME=aetig-postgres