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