| 1 |
services: |
services: |
| 2 |
mysql: |
mysql: |
| 3 |
image: mysql:8.4 |
image: mysql:8.4 |
| 4 |
|
platform: ${RUN_PLATFORM} |
| 5 |
restart: unless-stopped |
restart: unless-stopped |
| 6 |
volumes: |
volumes: |
| 7 |
- mysql-data:/var/lib/mysql |
- mysql-data:/var/lib/mysql |
| 21 |
|
|
| 22 |
apache: |
apache: |
| 23 |
image: leafok/lbbs-apache:testing |
image: leafok/lbbs-apache:testing |
| 24 |
|
platform: ${RUN_PLATFORM} |
| 25 |
restart: unless-stopped |
restart: unless-stopped |
| 26 |
build: |
build: |
| 27 |
context: . |
context: . |
| 38 |
|
|
| 39 |
php: |
php: |
| 40 |
image: leafok/lbbs-php:testing |
image: leafok/lbbs-php:testing |
| 41 |
|
platform: ${RUN_PLATFORM} |
| 42 |
restart: unless-stopped |
restart: unless-stopped |
| 43 |
build: |
build: |
| 44 |
context: . |
context: . |
| 59 |
|
|
| 60 |
bbsd-prepare: |
bbsd-prepare: |
| 61 |
image: leafok/lbbs-bbsd:testing |
image: leafok/lbbs-bbsd:testing |
| 62 |
|
platform: ${RUN_PLATFORM} |
| 63 |
restart: on-failure |
restart: on-failure |
| 64 |
build: |
build: |
| 65 |
context: . |
context: . |
| 80 |
|
|
| 81 |
bbsd: |
bbsd: |
| 82 |
image: leafok/lbbs-bbsd:testing |
image: leafok/lbbs-bbsd:testing |
| 83 |
|
platform: ${RUN_PLATFORM} |
| 84 |
restart: unless-stopped |
restart: unless-stopped |
| 85 |
shm_size: '4gb' |
shm_size: '4gb' |
| 86 |
ports: |
ports: |