update
This commit is contained in:
parent
578b24f7ba
commit
c2166f67cf
@ -9,10 +9,10 @@ POSTGRE_DB_DATA=/var/lib/postgresql/data/gitea
|
||||
GITEA_IMAGE_TAG=gitea/gitea:latest
|
||||
GITEA_ADMIN_USERNAME=giteaadmin
|
||||
GITEA_ADMIN_PASSWORD=P@ssword!Here!123456
|
||||
GITEA_ADMIN_EMAIL=admin@saint-maclou.com
|
||||
GITEA_NOREPLY_EMAIL=noreply@saint-maclou.com
|
||||
GITEA_URL=https://gitea.fr.dgs.group
|
||||
GITEA_HOSTNAME=gitea.fr.dgs.group
|
||||
GITEA_ADMIN_EMAIL=admin@tips-of-mine.fr
|
||||
GITEA_NOREPLY_EMAIL=noreply@tips-of-mine.fr
|
||||
GITEA_URL=https://gitea.tips-of-mine.fr
|
||||
GITEA_HOSTNAME=gitea.tips-of-mine.fr
|
||||
GITEA_SHELL_SSH_PORT=2222
|
||||
GITEA_HTTP_PORT=3000
|
||||
|
||||
|
@ -24,9 +24,9 @@ services:
|
||||
- GITEA__database__SCHEMA=public
|
||||
- GITEA__database__SSL_MODE=disable
|
||||
- GITEA__mailer__ENABLED=true
|
||||
- GITEA__mailer__FROM=gitea@saint-maclou.com
|
||||
- GITEA__mailer__FROM=gitea@tips-of-mine.fr
|
||||
- GITEA__mailer__PROTOCOL=smtps
|
||||
- GITEA__mailer__SMTP_ADDR=relaissmtp.fr.dgs.group
|
||||
- GITEA__mailer__SMTP_ADDR=relaissmtp.tips-of-mine.fr
|
||||
- GITEA__mailer__SMTP_PORT=25
|
||||
- GITEA__mailer__USER=
|
||||
- GITEA__mailer__PASSWD=
|
||||
@ -72,7 +72,7 @@ services:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://gitea.fr.dgs.group/"]
|
||||
test: ["CMD", "curl", "-f", "http://gitea.tips-of-mine.fr/"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
@ -81,11 +81,11 @@ services:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=docker-traefik_front_network"
|
||||
# HTTP
|
||||
- "traefik.http.routers.gitea-http.rule=Host(`gitea.fr.dgs.group`)"
|
||||
- "traefik.http.routers.gitea-http.rule=Host(`gitea.tips-of-mine.fr`)"
|
||||
|
||||
- "traefik.http.routers.gitea-http.entrypoints=http"
|
||||
# HTTPS
|
||||
- "traefik.http.routers.gitea-https.rule=Host(`gitea.fr.dgs.group`)"
|
||||
- "traefik.http.routers.gitea-https.rule=Host(`gitea.tips-of-mine.fr`)"
|
||||
- "traefik.http.routers.gitea-https.entrypoints=https"
|
||||
- "traefik.http.routers.gitea-https.tls=true"
|
||||
- "traefik.http.routers.gitea.service=gitea-service"
|
||||
@ -132,11 +132,11 @@ services:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=docker-traefik_front_network"
|
||||
# HTTP
|
||||
- "traefik.http.routers.adminer-http.rule=Host(`gitea-adminer.fr.dgs.group`)"
|
||||
- "traefik.http.routers.adminer-http.rule=Host(`gitea-adminer.tips-of-mine.fr`)"
|
||||
|
||||
- "traefik.http.routers.adminer-http.entrypoints=http"
|
||||
# HTTPS
|
||||
- "traefik.http.routers.adminer-https.rule=Host(`gitea-adminer.fr.dgs.group`)"
|
||||
- "traefik.http.routers.adminer-https.rule=Host(`gitea-adminer.tips-of-mine.fr`)"
|
||||
- "traefik.http.routers.adminer-https.entrypoints=https"
|
||||
- "traefik.http.routers.adminer-https.tls=true"
|
||||
- "traefik.http.routers.adminer.service=adminer-service"
|
||||
|
Loading…
x
Reference in New Issue
Block a user