[+] Docker compose
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
build: .
|
||||||
|
environment:
|
||||||
|
# - RUST_LOG=info
|
||||||
|
- RUST_LOG=debug
|
||||||
|
- RUST_BACKTRACE=full
|
||||||
|
volumes:
|
||||||
|
- ./web:/data
|
||||||
|
ports:
|
||||||
|
- "3030:3029"
|
||||||
Reference in New Issue
Block a user