ue/github/rust-bbs/compose.yml
2024-11-14 12:06:40 +09:00

8 lines
107 B
YAML

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