Dockerize

This commit is contained in:
PROFERIS - Mi³osz Stocki
2026-07-07 12:09:24 +02:00
parent 7582b949b4
commit 22fcc25c5e
4 changed files with 46 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
wiji-web:
build:
context: ..
dockerfile: deploy/Dockerfile
container_name: wiji-web
restart: unless-stopped
ports:
- "8421:8421"