chore(infra): disable Docker compose for Nix-migrated services (hub, scraper, tools, llm-api)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user