wiki.techinc.nl/docker-compose.yml
Brennen Bearnes f789a48fd0 docker: Bump image version to increase upload size
Bug: T246930
Depends-On: I6562f8fece46743fddd512f9c391f7778ad59f3c
Change-Id: I05df6da52f4744302eb10d0d9b243e28a6be6dcd
2020-03-04 15:42:09 -07:00

25 lines
815 B
YAML

# Please see DEVELOPERS.md for help
#
# Contributions to this file are welcome but please note that this file is
# minimal by design, with the idea to make it easily extensible via
# docker-compose.override.yml. For help with doing that, please see
# DEVELOPERS.md
version: '3.7'
services:
mediawiki:
image: docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2-xdebug:0.1.1
ports:
- "8080:8080"
volumes:
- ./:/var/www/html:cached
environment:
COMPOSER_CACHE_DIR: '/var/www/html/cache/composer'
MW_SERVER: 'http://localhost:8080'
MW_SCRIPT_PATH: ''
MW_DBPATH: '/var/www/html/cache/sqlite'
MW_DBTYPE: 'sqlite'
MW_LANG: 'en'
MW_USER: 'admin'
MW_PASS: 'dockerpass'
MW_SITENAME: 'MediaWiki'
MW_LOG_DIR: /var/www/html/cache