Add core architecture patterns and GIS/weather components from AIOS-Public
This commit is contained in:
20
Docker/TSYS-AIOS-GIS-Tools-GIS-Processing/docker-compose.yml
Normal file
20
Docker/TSYS-AIOS-GIS-Tools-GIS-Processing/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
tsys-gis-processing:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: TSYS-AIOS-GIS-Tools-GIS-Processing
|
||||
image: tsys-aios-gis-tools-gis-processing:latest
|
||||
volumes:
|
||||
- ../../../:/workspace:rw
|
||||
working_dir: /workspace
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "8888:8888"
|
||||
environment:
|
||||
- LOCAL_USER_ID=${LOCAL_USER_ID:-1000}
|
||||
- LOCAL_GROUP_ID=${LOCAL_GROUP_ID:-1000}
|
||||
user: "${LOCAL_USER_ID:-1000}:${LOCAL_GROUP_ID:-1000}"
|
||||
Reference in New Issue
Block a user