[+] Docker compose

This commit is contained in:
Azalea Gui
2023-02-23 20:44:05 -05:00
parent 8db3956911
commit 72195c668a
+13
View File
@@ -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"