very happy with my local app collectio now.

This commit is contained in:
2024-11-29 11:16:56 -06:00
parent e06e3c4c48
commit 7c4fb8756f
16 changed files with 246 additions and 71 deletions

View File

@@ -0,0 +1,12 @@
services:
tsys-vscode-server:
image: gitpod/openvscode-server
container_name: reachableceo-vscode-server
restart: always
ports:
- 2006:3000
volumes:
- tsys-vscode-server:/home/workspace:cached
volumes:
tsys-vscode-server: