amk-pos-backend / docker-compose.yml
openhands
fix: Update Dockerfile and README for HF deployment
fe58cce
raw
history blame contribute delete
273 Bytes
version: '3.8'
services:
backend:
build:
context: ..
dockerfile: docker/Dockerfile
ports:
- "3001:3001"
volumes:
- ../data:/app/data
environment:
- PORT=3001
- JWT_SECRET=amk-pos-secret-2024
restart: unless-stopped