ue/github/rust-bbs/compose.yml
2025-03-19 10:11:30 +09:00

8 lines
107 B
YAML

services:
web:
build: .
ports:
- 8080:8080
volumes:
- ./sqlite.db:/app/sqlite.db