1 2 3 4 5 6 7 8
version: '3.8' services: tpvis: build: . ports: - "8082:8082" volumes: - ./workspaces:/workspaces:rw