WIP on test

This commit is contained in:
Халимов Рустам
2026-07-03 09:46:35 +03:00
parent 0137872fb7
commit f7fbae506e
2 changed files with 61 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
version: '3.8'
services:
printfit:
build: .
container_name: printfit-app
ports:
- "1101:80"
restart: always