use latest released images

This commit is contained in:
Anshul Sharma 2025-06-03 11:36:53 +05:30 committed by GitHub
parent 5e2d6b429b
commit 2a6304283a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,7 @@ version: '3.8'
services: services:
frontend: frontend:
build: image: docker pull ghcr.io/modsetter/surfsense_backend:latest
context: ./surfsense_web
dockerfile: Dockerfile
ports: ports:
- "${FRONTEND_PORT:-3000}:3000" - "${FRONTEND_PORT:-3000}:3000"
volumes: volumes:
@ -16,9 +14,7 @@ services:
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-http://backend:8000} - NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL:-http://backend:8000}
backend: backend:
build: image: docker pull ghcr.io/modsetter/surfsense_ui:latest
context: ./surfsense_backend
dockerfile: Dockerfile
ports: ports:
- "${BACKEND_PORT:-8000}:8000" - "${BACKEND_PORT:-8000}:8000"
volumes: volumes: