First commit

This commit is contained in:
root
2024-01-18 22:44:30 +10:30
commit 85d253710f
28 changed files with 491 additions and 0 deletions

20
dev-box/compose.yaml Normal file
View File

@@ -0,0 +1,20 @@
version: "3.7"
services:
dev-box:
build:
context: .
ports:
- "2222:22"
- "8080:8080"
- "3000:3000"
volumes:
- /root/dev-box/projects:/projects
- /root/dev-box/home:/root
restart: always
tty: true
#volumes:
# cifs_projects:
# driver_opts:
# type: cifs
# o: username=nasuser,password=nasuser,uid=0,noperm
# device: //192.168.0.69/Data/Projects