-
Notifications
You must be signed in to change notification settings - Fork 16
/
autoinstall.yml
54 lines (53 loc) · 1.48 KB
/
autoinstall.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
version: '2'
services:
phpfpm:
container_name: no-one-else-should-be-using-this-name
build:
context: ./docker-mediawiki-build/php-fpm
args:
- INSTALL_XDEBUG=true
- INSTALL_BLACKFIRE=false
- INSTALL_SOAP=true
- INSTALL_IMAP=true
- INSTALL_MONGO=false
- INSTALL_AMQP=false
- INSTALL_MSSQL=true
- INSTALL_ZIP_ARCHIVE=true
- INSTALL_BCMATH=true
- INSTALL_GMP=true
- INSTALL_PHPREDIS=false
- INSTALL_MEMCACHED=true
- INSTALL_OPCACHE=true
- INSTALL_EXIF=true
- INSTALL_AEROSPIKE=false
- INSTALL_MYSQLI=true
- INSTALL_PGSQL=true
- INSTALL_PG_CLIENT=true
- INSTALL_TOKENIZER=true
- INSTALL_INTL=true
- INSTALL_GHOSTSCRIPT=true
- INSTALL_LDAP=true
- INSTALL_SWOOLE=false
- INSTALL_IMAGE_OPTIMIZERS=true
- INSTALL_IMAGEMAGICK=true
dockerfile: "Dockerfile-72"
volumes:
- "./distribution-files/mediawiki:/var/www/mediawiki"
- "/etc/passwd:/etc/passwd:ro"
- "/etc/shadow:/etc/shadow:ro"
- "/etc/group:/etc/group:ro"
depends_on:
- mysql
entrypoint:
- sh
- -c
- 'sleep 100000'
mysql:
container_name: no-one-else-should-be-using-this-name-or-this
image: mariadb:10.0
volumes:
- "./distribution-files/mysql:/var/lib/mysql"
environment:
- MYSQL_ROOT_PASSWORD=HC51qp6xYIK
- MYSQL_USER=root@%
- MYSQL_PASSWORD=HC51qp6xYIK