ue/github/rust-bbs/compose.yml
2024-10-30 07:19:23 +09:00

8 lines
107 B
YAML

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