2025-03-13 18:04:34 +03:00
|
|
|
services:
|
|
|
|
app:
|
|
|
|
build: .
|
|
|
|
ports:
|
2025-04-11 16:20:40 +03:00
|
|
|
- "3004:3004"
|
2025-03-13 18:04:34 +03:00
|
|
|
volumes:
|
|
|
|
- ./compareware.db:/app/compareware.db
|
|
|
|
environment:
|
|
|
|
- RUST_LOG=info
|
|
|
|
- LEPTOS_ENV=production
|
|
|
|
restart: unless-stopped
|