Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2e1be0211 |
@@ -1,4 +1,4 @@
|
||||
export APP_INI_VERSION=v21
|
||||
export APP_INI_VERSION=v22
|
||||
export DOCKER_SETUP_SH_VERSION=v1
|
||||
export PG_BACKUP_VERSION=v1
|
||||
|
||||
|
||||
+1
-2
@@ -87,7 +87,7 @@ SMTP_ADDR = {{ env "GITEA_MAILER_ADDR" }}
|
||||
SMTP_PORT = {{ env "GITEA_MAILER_PORT" }}
|
||||
USER = {{ env "GITEA_MAILER_USER" }}
|
||||
PASSWD = {{ secret "smtp_password" }}
|
||||
MAILER_TYPE = smtp
|
||||
PROTOCOL = smtp
|
||||
{{ end }}
|
||||
|
||||
{{ if eq (env "GITEA_OAUTH2_CLIENT_ENABLED") "1" }}
|
||||
@@ -109,4 +109,3 @@ IS_INPUT_FILE = false
|
||||
MODE=console
|
||||
LEVEL=WARN
|
||||
STACKTRACE_LEVEL=None
|
||||
ENABLE_XORM_LOG=false
|
||||
|
||||
+2
-2
@@ -71,7 +71,7 @@ services:
|
||||
deploy:
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
order: stop-first
|
||||
order: start-first
|
||||
labels:
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
- "traefik.enable=true"
|
||||
@@ -87,7 +87,7 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolalloworiginlist=https://${GITEA_CORS_ALLOW_DOMAIN}"
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolmaxage=100"
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true"
|
||||
- coop-cloud.${STACK_NAME}.version=3.5.3+1.24.2-rootless
|
||||
- coop-cloud.${STACK_NAME}.version=3.5.2+1.24.2-rootless
|
||||
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user