mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-03 09:18:49 +02:00
chore: revert docker-compose to GHCR registry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
466b1c875f
commit
d419ee63e1
+2
-7
@@ -1,9 +1,6 @@
|
||||
services:
|
||||
backend:
|
||||
image: bigbodycobain/shadowbroker-backend:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: backend/Dockerfile
|
||||
image: ghcr.io/bigbodycobain/shadowbroker-backend:latest
|
||||
container_name: shadowbroker-backend
|
||||
ports:
|
||||
- "${BIND:-127.0.0.1}:8000:8000"
|
||||
@@ -36,9 +33,7 @@ services:
|
||||
cpus: '2'
|
||||
|
||||
frontend:
|
||||
image: bigbodycobain/shadowbroker-frontend:latest
|
||||
build:
|
||||
context: ./frontend
|
||||
image: ghcr.io/bigbodycobain/shadowbroker-frontend:latest
|
||||
container_name: shadowbroker-frontend
|
||||
ports:
|
||||
- "${BIND:-127.0.0.1}:3000:3000"
|
||||
|
||||
Reference in New Issue
Block a user