mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-13 23:50:12 +00:00
move VIRTUAL_PORT to env_file
This commit is contained in:
parent
b6db36265d
commit
690a72c2df
@ -116,7 +116,6 @@ services:
|
||||
environment:
|
||||
- VIRTUAL_HOST=git.tubearchivist.com,www.git.tubearchivist.com
|
||||
- LETSENCRYPT_HOST=git.tubearchivist.com,www.git.tubearchivist.com
|
||||
- VIRTUAL_PORT=3000
|
||||
restart: always
|
||||
volumes:
|
||||
- ./volume/gitea/data:/data
|
||||
|
1
env/gitea.sample.env
vendored
1
env/gitea.sample.env
vendored
@ -1,5 +1,6 @@
|
||||
USER_UID=1000
|
||||
USER_GID=1000
|
||||
VIRTUAL_PORT=3000
|
||||
DB_TYPE=postgres
|
||||
DB_HOST=gitea-db:5432
|
||||
DB_NAME=gitea
|
||||
|
Loading…
Reference in New Issue
Block a user