ue/github/rust-bbs/compose.yml

8 lines
107 B
YAML
Raw Normal View History

2024-06-03 14:47:02 +00:00
services:
web:
build: .
ports:
- 8080:8080
volumes:
- ./sqlite.db:/app/sqlite.db