| 20 |
- --max-connections=15 |
- --max-connections=15 |
| 21 |
|
|
| 22 |
solr: |
solr: |
| 23 |
image: leafok/lbbs-solr:testing |
image: leafok/lbbs-solr:combo |
| 24 |
platform: ${RUN_PLATFORM} |
platform: ${RUN_PLATFORM} |
| 25 |
restart: unless-stopped |
restart: unless-stopped |
| 26 |
build: |
build: |
| 27 |
context: . |
context: . |
| 28 |
dockerfile: Dockerfile/dockerfile.solr.testing |
dockerfile: Dockerfile/dockerfile.solr |
| 29 |
volumes: |
volumes: |
| 30 |
- solr-data:/var/solr |
- solr-data:/var/solr |
| 31 |
environment: |
environment: |
| 39 |
mem_limit: 512M |
mem_limit: 512M |
| 40 |
|
|
| 41 |
apache: |
apache: |
| 42 |
image: leafok/lbbs-apache:testing |
image: leafok/lbbs-apache:combo |
| 43 |
platform: ${RUN_PLATFORM} |
platform: ${RUN_PLATFORM} |
| 44 |
restart: unless-stopped |
restart: unless-stopped |
| 45 |
build: |
build: |
| 46 |
context: . |
context: . |
| 47 |
dockerfile: Dockerfile/dockerfile.apache.testing |
dockerfile: Dockerfile/dockerfile.apache |
| 48 |
ports: |
ports: |
| 49 |
- "8080:8081" |
- "8080:8081" |
| 50 |
volumes: |
volumes: |
| 57 |
- app-network |
- app-network |
| 58 |
|
|
| 59 |
php: |
php: |
| 60 |
image: leafok/lbbs-php:testing |
image: leafok/lbbs-php:combo |
| 61 |
platform: ${RUN_PLATFORM} |
platform: ${RUN_PLATFORM} |
| 62 |
restart: unless-stopped |
restart: unless-stopped |
| 63 |
build: |
build: |
| 64 |
context: . |
context: . |
| 65 |
dockerfile: Dockerfile/dockerfile.php.testing |
dockerfile: Dockerfile/dockerfile.php |
| 66 |
volumes: |
volumes: |
| 67 |
- www-data:/var/www/html |
- www-data:/var/www/html |
| 68 |
- php-sessions:/var/lib/php/sessions |
- php-sessions:/var/lib/php/sessions |
| 78 |
command: [ "php-fpm" ] |
command: [ "php-fpm" ] |
| 79 |
|
|
| 80 |
bbsd-prepare: |
bbsd-prepare: |
| 81 |
image: leafok/lbbs-bbsd:testing |
image: leafok/lbbs-bbsd:combo |
| 82 |
platform: ${RUN_PLATFORM} |
platform: ${RUN_PLATFORM} |
| 83 |
restart: on-failure |
restart: on-failure |
| 84 |
build: |
build: |
| 85 |
context: . |
context: . |
| 86 |
dockerfile: Dockerfile/dockerfile.bbsd.testing |
dockerfile: Dockerfile/dockerfile.bbsd |
| 87 |
volumes: |
volumes: |
| 88 |
- bbsd-conf:/usr/local/lbbs/conf |
- bbsd-conf:/usr/local/lbbs/conf |
| 89 |
- bbsd-data:/usr/local/lbbs/data |
- bbsd-data:/usr/local/lbbs/data |
| 99 |
command: [ "/bin/sh", "/usr/local/lbbs/bin/bbsd_prepare.sh" ] |
command: [ "/bin/sh", "/usr/local/lbbs/bin/bbsd_prepare.sh" ] |
| 100 |
|
|
| 101 |
bbsd: |
bbsd: |
| 102 |
image: leafok/lbbs-bbsd:testing |
image: leafok/lbbs-bbsd:combo |
| 103 |
platform: ${RUN_PLATFORM} |
platform: ${RUN_PLATFORM} |
| 104 |
restart: unless-stopped |
restart: unless-stopped |
| 105 |
shm_size: '4gb' |
shm_size: '4gb' |