laravel-admin: Docker Laravel + Filament panel — users/tags/products/orders resources, dashboard stats, is_admin gate, shared Postgres (verified data layer)

This commit is contained in:
2026-08-07 20:31:29 +10:00
parent 224545ac64
commit b53c28c1b1
104 changed files with 13745 additions and 17 deletions

17
admin/docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
admin:
build: .
container_name: wherewoof-admin
working_dir: /app
volumes:
- ./app:/app
ports:
- "3030:3030"
environment:
- DB_CONNECTION=pgsql
- DB_HOST=192.168.20.13
- DB_PORT=5434
- DB_DATABASE=wherewoof
- DB_USERNAME=wherewoof
- DB_PASSWORD=ww_dev_2026
- APP_URL=http://localhost:3030