examples - add architecture images

This commit is contained in:
bunkerity
2021-08-05 17:05:31 +02:00
parent 50266c2285
commit 94bef079a8
20 changed files with 2 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -41,17 +41,6 @@ services:
volumes:
- ./apps/app1.example.com/web-files:/var/www/html # app1 project web root
app1_db:
image: mariadb
restart: always
volumes:
- ./apps/app1.example.com/db-data:/var/lib/mysql # app1 project data
environment:
- MYSQL_ROOT_PASSWORD=db-root-pwd # replace with a stronger password
- MYSQL_DATABASE=app
- MYSQL_USER=user
- MYSQL_PASSWORD=db-user-pwd # replace with a stronger password
app2:
image: php:fpm
restart: always