Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a41326823b | |||
| f03b980f8c |
@@ -17,9 +17,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
APP_URL: ${APP_URL:-http://localhost:8080}
|
APP_URL: ${APP_URL:-http://localhost:8080}
|
||||||
APP_LOCALE: ${APP_LOCALE:-en}
|
APP_LOCALE: ${APP_LOCALE:-en}
|
||||||
|
APP_NAME: "Mini App Logs"
|
||||||
volumes:
|
volumes:
|
||||||
# Persistent: SQLite database, sessions, file cache
|
# Persistent: SQLite database, sessions, file cache
|
||||||
- app_storage:/var/www/html/storage
|
- ./app_storage:/var/www/html/storage
|
||||||
|
|
||||||
# ── To read logs from the HOST machine via SSH ──────────────────────────
|
# ── To read logs from the HOST machine via SSH ──────────────────────────
|
||||||
# In the app, add a server with:
|
# In the app, add a server with:
|
||||||
|
|||||||
Reference in New Issue
Block a user