binglab - This is my homelab site
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Page Index
Docker Compose Files
CheckCie
Docmost
Excalidraw
Ezbookkeeping
Gitea
Gogs
Home Page
Homebox
It-Tools
Koillection
Lubelogger
Otter Wiki
Sterling-PDF
Tianji
Wordpress
Docker Compose Files
Koillection
e3c4cc
Commit
e3c4cc
2025-05-26 21:18:06
MB Tech
: -/-
docker compose files/koillection.md
..
@@ 32,3 32,23 @@
volumes:
- ./volumes/postgresql:/var/lib/postgresql/data
```
+
Environment file called stack.env if using portainer
+
+
```yaml
+
APP_DEBUG=0
+
APP_ENV=prod
+
HTTPS_ENABLED=1
+
UPLOAD_MAX_FILESIZE=20M
+
PHP_MEMORY_LIMIT=512M
+
PHP_TZ=Europe/Paris
+
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
+
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
+
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
+
DB_DRIVER=pdo_pgsql
+
DB_NAME=koillection
+
DB_HOST=db
+
DB_PORT=5432
+
DB_USER=koillection
+
DB_PASSWORD=change_me!
+
DB_VERSION=16
+
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9