add more compose files

This commit is contained in:
2025-06-17 08:23:42 -04:00
parent 466f5b848f
commit 4129edeffd
30 changed files with 459 additions and 49 deletions
+21
View File
@@ -0,0 +1,21 @@
---
services:
linkstack:
hostname: "linkstack"
image: "linkstackorg/linkstack:latest"
environment:
TZ: "America/New_York"
SERVER_ADMIN: ${SERVER_ADMIN} # admin email
HTTP_SERVER_NAME: ${HTTP_SERVER_NAME} # fqdn, no protocol
HTTPS_SERVER_NAME: ${HTTPS_SERVER_NAME} # fqdn, no protocol
LOG_LEVEL: "info"
PHP_MEMORY_LIMIT: "256M"
UPLOAD_MAX_FILESIZE: "8M"
volumes:
- "linkstack_data:/htdocs"
ports:
- "8190:443"
restart: unless-stopped
volumes:
linkstack_data: