14 docker compose initial commit

This commit is contained in:
Dominik
2024-05-10 17:53:43 +02:00
commit 277f8544ee
31 changed files with 1124 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# https://cloudcmd.io/
version: '2'
name: cloudcmd-stack
services:
cloudcmd:
container_name: cloudcmd
ports:
- 8000:8000
volumes:
- ~:/root
- /:/mnt/fs
image: coderaiser/cloudcmd