chore(infra): disable Docker compose for Nix-migrated services (hub, scraper, tools, llm-api)

This commit is contained in:
Asep Haryana
2026-07-30 22:29:20 +07:00
parent 6cbafbfe2e
commit d0c9f16d5d
4 changed files with 0 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
hub:
container_name: hub
image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-ac25a51
restart: always
networks:
app-shared-net:
aliases:
- hub
env_file:
- ../../.env
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
group_add:
- '988'
networks:
app-shared-net:
name: app-shared-net
external: true