This commit is contained in:
qiaofeng1227 2023-09-13 14:07:13 +08:00
parent 20130924e4
commit 682c63b3cc
3 changed files with 8 additions and 10 deletions

View File

@ -1,18 +1,17 @@
POWER_PASSWORD=1PrMxExC45LsCT
APP_NAME=gitea
APP_VERSION=latest
# port, APP_PORT is need at leaset
APP_HTTP_PORT=3000
APP_SSH_PORT=222
APP_NETWORK=websoft9
APP_URL=119.8.96.66
APP_URL_REPLACE=true
APP_URL=appname.example.com
INSTALL_LOCK=true
DISABLE_SSH=true
DISABLE_REGISTRATION=true
RUN_MODE=prod
HTTP_PORT = 3000
DOMAIN=$APP_URL
SSH_DOMAIN=$APP_URL
ROOT_URL=""
ROOT_URL=http://$APP_URL:$HTTP_PORT
DISABLE_REGISTRATION=false
REQUIRE_SIGNIN_VIEW=false
REQUIRE_SIGNIN_VIEW=false

View File

@ -1 +1 @@
FROM gitea/gitea-ce:latest
FROM gitea/gitea:latest

View File

@ -19,7 +19,6 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "$APP_HTTP_PORT:3000"
- "$APP_SSH_PORT:22"
networks:
default: