ajout Apps

This commit is contained in:
2024-05-03 12:13:44 +02:00
parent 6ff6c77cf2
commit 6ac26c2c8e
12 changed files with 129 additions and 8 deletions

View File

@ -6,3 +6,16 @@ networks:
#### SERVICES
services:
steveiliop56:
image: 'ghcr.io/steveiliop56/getashell:latest'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/srv/appdata/getashell/data:/app/data'
extra_hosts:
- 'host.docker.internal:host-gateway'
networks:
- back_network
ports:
- '3000:3000'
container_name: getashell
tty: true