Files
inp2025/docker-compose.yaml
2025-09-16 18:00:40 +08:00

10 lines
138 B
YAML

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