chore: docker and git stuff

This commit is contained in:
serversdwn
2026-03-12 20:24:01 +00:00
parent 70ef43de11
commit 3a411d0a89
3 changed files with 20 additions and 30 deletions

View File

@@ -0,0 +1,18 @@
services:
terra-view:
image: terra-view-dev
build: .
ports:
- "1001:8001"
volumes:
- ./data-dev:/app/data
environment:
- ENVIRONMENT=development
- SLMM_BASE_URL=http://host.docker.internal:9100
slmm:
image: slmm-dev
volumes:
- ../slmm/data-dev:/app/data
environment:
- PORT=9100