|
|
|
@ -3,6 +3,7 @@ services:
|
|
|
|
image: mahuntington/awesom-o:init
|
|
|
|
image: mahuntington/awesom-o:init
|
|
|
|
container_name: awesom-o
|
|
|
|
container_name: awesom-o
|
|
|
|
command: /home/matt/.local/bin/claude remote-control
|
|
|
|
command: /home/matt/.local/bin/claude remote-control
|
|
|
|
|
|
|
|
user: matt
|
|
|
|
working_dir: /home/matt/mount
|
|
|
|
working_dir: /home/matt/mount
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ${BASIC_MATT_DOCKER_MOUNT_PATH}:/home/matt/mount
|
|
|
|
- ${BASIC_MATT_DOCKER_MOUNT_PATH}:/home/matt/mount
|
|
|
|
|