Skip to content

Commit ef4e7f8

Browse files
Romain-Grososclaude
andcommitted
feat: use GHCR images in docker-compose.prod.yml
Switch from local Docker images to GitHub Container Registry for production deployment. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 27423ad commit ef4e7f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
frontend:
3-
image: stackoverkill-frontend:latest
3+
image: ghcr.io/rwx-g/stackoverkill.io/frontend:latest
44
container_name: stackoverkill-frontend
55
restart: unless-stopped
66
ports:
@@ -17,7 +17,7 @@ services:
1717
- stackoverkill-internal
1818

1919
backend:
20-
image: stackoverkill-backend:latest
20+
image: ghcr.io/rwx-g/stackoverkill.io/backend:latest
2121
container_name: stackoverkill-backend
2222
restart: unless-stopped
2323
# No ports exposed - only accessible via internal network

0 commit comments

Comments
 (0)