start resty port to lapis

This commit is contained in:
2025-11-06 16:37:55 +01:00
commit 8ab812dce0
14 changed files with 878 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
videohotmix:
environment:
- ENVIRONMENT
build: .
networks:
- web
volumes:
- ./code:/srv/lapis
- ./_data:/mnt/data
ports:
- "8083:8080"
networks:
web:
external: true