ue/github/rust-bbs/compose.yml
2024-12-15 17:58:44 +09:00

8 lines
107 B
YAML

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