Use Forgejo registry images in compose (stackpilot-backend/-frontend)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
f732cb080b
commit
21f2852259
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
|
image: 10.10.5.10:3020/menzelj/stackpilot-backend:latest
|
||||||
build: ./backend
|
build: ./backend
|
||||||
image: stackpilot/backend:latest
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- SECRET_KEY=${SECRET_KEY}
|
- SECRET_KEY=${SECRET_KEY}
|
||||||
@@ -21,8 +21,8 @@ services:
|
|||||||
# - "5008:5008"
|
# - "5008:5008"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
|
image: 10.10.5.10:3020/menzelj/stackpilot-frontend:latest
|
||||||
build: ./frontend
|
build: ./frontend
|
||||||
image: stackpilot/frontend:latest
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
|
|||||||
Reference in New Issue
Block a user