update installation
This commit is contained in:
+1
-2
@@ -51,7 +51,7 @@ services:
|
||||
GITEA__database__DB_TYPE: sqlite3
|
||||
GITEA__database__PATH: /var/lib/gitea/data/gitea.db
|
||||
GITEA__server__DOMAIN: ${GITEA_DOMAIN}
|
||||
GITEA__server__ROOT_URL: https://${GITEA_DOMAIN}/
|
||||
GITEA__server__ROOT_URL: ${GITEA_PUBLIC_URL}
|
||||
GITEA__server__HTTP_ADDR: 0.0.0.0
|
||||
GITEA__server__HTTP_PORT: "3000"
|
||||
GITEA__server__DISABLE_SSH: "true"
|
||||
@@ -78,7 +78,6 @@ services:
|
||||
- edge
|
||||
ports:
|
||||
- "${HTTP_PORT:-8680}:80"
|
||||
- "${HTTPS_PORT:-8643}:443"
|
||||
volumes:
|
||||
- ./deploy/nginx/templates/bootstrap.conf.template:/etc/nginx/templates/default.conf.template:ro
|
||||
- ./config/certbot-webroot:/var/www/certbot:ro
|
||||
|
||||
Reference in New Issue
Block a user