remove override

This commit is contained in:
serversdwn
2026-03-12 21:41:30 +00:00
parent 61c84bc71d
commit c77794787c

View File

@@ -1,18 +0,0 @@
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