Stacks from Dockhand

This commit is contained in:
2026-03-14 00:32:13 +01:00
parent 2d7608598c
commit c4005e0e4e
17 changed files with 778 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
php:
image: serversideup/php:8.5-fpm-nginx
ports:
- "81:8080"
environment:
# Customize PHP with environment variables
PHP_OPCACHE_ENABLE: "1"
PHP_MEMORY_LIMIT: "512M"
deploy:
resources:
limits:
memory: 512M
volumes:
- /volume1/docker/lemp:/var/www/html