This commit is contained in:
Arkaprabha Chakraborty
2025-12-14 05:56:15 +05:30
parent 43c516a005
commit 0f54f51249
4 changed files with 24 additions and 41 deletions

14
backend.deploy.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
backend:
image: reduce:latest
container_name: reduce-backend
restart: unless-stopped
ports:
- "8081:8080"
environment:
DB_PATH: /app/data/reduce.db
BASE_URL: ${BASE_URL}
volumes:
- reduce:/app/data
volumes:
reduce: