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