mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
gitea
This commit is contained in:
parent
20130924e4
commit
682c63b3cc
@ -1,18 +1,17 @@
|
|||||||
POWER_PASSWORD=1PrMxExC45LsCT
|
|
||||||
|
|
||||||
APP_NAME=gitea
|
APP_NAME=gitea
|
||||||
APP_VERSION=latest
|
APP_VERSION=latest
|
||||||
# port, APP_PORT is need at leaset
|
# port, APP_PORT is need at leaset
|
||||||
APP_HTTP_PORT=3000
|
APP_HTTP_PORT=3000
|
||||||
APP_SSH_PORT=222
|
|
||||||
APP_NETWORK=websoft9
|
APP_NETWORK=websoft9
|
||||||
|
APP_URL=119.8.96.66
|
||||||
|
|
||||||
APP_URL_REPLACE=true
|
INSTALL_LOCK=true
|
||||||
APP_URL=appname.example.com
|
DISABLE_SSH=true
|
||||||
|
DISABLE_REGISTRATION=true
|
||||||
RUN_MODE=prod
|
RUN_MODE=prod
|
||||||
|
HTTP_PORT = 3000
|
||||||
DOMAIN=$APP_URL
|
DOMAIN=$APP_URL
|
||||||
SSH_DOMAIN=$APP_URL
|
SSH_DOMAIN=$APP_URL
|
||||||
ROOT_URL=""
|
ROOT_URL=http://$APP_URL:$HTTP_PORT
|
||||||
DISABLE_REGISTRATION=false
|
DISABLE_REGISTRATION=false
|
||||||
REQUIRE_SIGNIN_VIEW=false
|
REQUIRE_SIGNIN_VIEW=false
|
@ -1 +1 @@
|
|||||||
FROM gitea/gitea-ce:latest
|
FROM gitea/gitea:latest
|
@ -19,7 +19,6 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "$APP_HTTP_PORT:3000"
|
- "$APP_HTTP_PORT:3000"
|
||||||
- "$APP_SSH_PORT:22"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user