Files
inp2025/docker-compose.yaml
2025-09-07 23:47:48 +08:00

10 lines
139 B
YAML

---
services:
backend:
build:
context: .
env_file: ./backend/.env
ports:
- 8081:8080
restart: unless-stopped