mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 23:41:07 +00:00
remove stale services, rename awx-ansible and satisfactory, add dockhand and gitignore
This commit is contained in:
parent
3edcee69f8
commit
db67c88d04
11 changed files with 17 additions and 473 deletions
13
dockhand/docker-compose.yml
Normal file
13
dockhand/docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
services:
|
||||
dockhand:
|
||||
image: ghcr.io/dockhand/dockhand:latest
|
||||
container_name: dockhand
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3001"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- dockhand_data:/data
|
||||
|
||||
volumes:
|
||||
dockhand_data:
|
||||
Loading…
Add table
Add a link
Reference in a new issue