Skip to content

Commit

Permalink
Merge pull request #56 from CanastaWiki/2.0-beta
Browse files Browse the repository at this point in the history
Canasta 2.0
  • Loading branch information
jeffw16 authored Dec 11, 2023
2 parents a7720ef + 78d188e commit a65eade
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!.gitignore
!composer.local.json
!default.vcl
!SettingsTemplate.php
2 changes: 1 addition & 1 deletion config/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{$MW_SITE_FQDN}:{$HTTPS_PORT}

reverse_proxy varnish:80
reverse_proxy varnish:80
8 changes: 8 additions & 0 deletions config/SettingsTemplate.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
// If not running MediaWiki, exit
if ( !defined( 'MEDIAWIKI' ) ) {
exit;
}
#$wgServer = "https://localhost";
#$wgSitename = ;
#$wgMetaNamespace = ;
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: '3.7'
services:
#db:
#web:
# image: ghcr.io/canastawiki/canasta:1.3.0
# image: ghcr.io/canastawiki/canasta:latest
#elasticsearch:
caddy:
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- elasticsearch
environment:
# Sourced from .env
- MW_SITE_SERVER=${MW_SITE_SERVER:-http://localhost}
- MW_SITE_SERVER=${MW_SITE_SERVER:-https://localhost}
- PHP_UPLOAD_MAX_FILESIZE=${PHP_UPLOAD_MAX_FILESIZE:-10M}
- PHP_POST_MAX_SIZE=${PHP_UPLOAD_MAX_FILESIZE:-10M}
- PHP_MAX_INPUT_VARS=${PHP_MAX_INPUT_VARS:-1000}
Expand Down

0 comments on commit a65eade

Please sign in to comment.