mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-18 00:47:10 +00:00
fixes
This commit is contained in:
14
backend.deploy.yml
Normal file
14
backend.deploy.yml
Normal 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:
|
||||
Reference in New Issue
Block a user