diff --git a/compose.yml b/compose.yml index 6f9cabf..c385eb2 100755 --- a/compose.yml +++ b/compose.yml @@ -361,6 +361,15 @@ services: container_name: shape-ai image: gitea.craisin.tech/craisin/shape_ai:latest restart: unless-stopped + + stich: + container_name: stich + image: ghcr.io/craisined/stich:latest + ports: + - 5000:5000 + volumes: + - ${DATA}/stich/encoder.ts:/app/encoder.ts + restart: unless-stopped networks: default: