ue/github/rust-bbs/compose.yml
2025-03-17 13:03:50 +09:00

8 lines
107 B
YAML

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