first commitclear
This commit is contained in:
commit
5eeb23470a
264 changed files with 1644 additions and 0 deletions
19
NG-UserServices.yaml
Executable file
19
NG-UserServices.yaml
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
version: "3.3"
|
||||
services:
|
||||
|
||||
cloudcmd:
|
||||
image: coderaiser/cloudcmd
|
||||
container_name: cloudcmd
|
||||
hostname: cloudcmd
|
||||
networks:
|
||||
- netgrimoire
|
||||
ports:
|
||||
- 8000:8000
|
||||
environment:
|
||||
- PGID=33
|
||||
- PUID=33
|
||||
volumes:
|
||||
- ~:/root
|
||||
- /:/mnt/fs
|
||||
|
||||
restart: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue