chore: docker and git stuff
This commit is contained in:
18
docker-compose.override.yml
Normal file
18
docker-compose.override.yml
Normal 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
|
||||
Reference in New Issue
Block a user