Fixed image urls

This commit is contained in:
Anshul Sharma 2025-06-04 12:45:50 +05:30 committed by GitHub
parent 5315406e36
commit 285e0e3435
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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