mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-14 16:10:12 +00:00
remove secondary proxy domains
This commit is contained in:
parent
6bfa43c1f2
commit
c9478ded58
@ -104,8 +104,8 @@ services:
|
||||
env_file:
|
||||
- ./env/umami.env
|
||||
environment:
|
||||
- VIRTUAL_HOST=www.stats.tubearchivist.com,stats.tubearchivist.com
|
||||
- LETSENCRYPT_HOST=www.stats.tubearchivist.com,stats.tubearchivist.com
|
||||
- VIRTUAL_HOST=stats.tubearchivist.com
|
||||
- LETSENCRYPT_HOST=stats.tubearchivist.com
|
||||
depends_on:
|
||||
- umami-db
|
||||
restart: always
|
||||
@ -129,8 +129,8 @@ services:
|
||||
env_file:
|
||||
- ./env/gitea.env
|
||||
environment:
|
||||
- VIRTUAL_HOST=git.tubearchivist.com,www.git.tubearchivist.com
|
||||
- LETSENCRYPT_HOST=git.tubearchivist.com,www.git.tubearchivist.com
|
||||
- VIRTUAL_HOST=git.tubearchivist.com
|
||||
- LETSENCRYPT_HOST=git.tubearchivist.com
|
||||
restart: always
|
||||
volumes:
|
||||
- ./volume/gitea/data:/data
|
||||
|
Loading…
Reference in New Issue
Block a user