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:
17
admin/docker-compose.yml
Normal file
17
admin/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user