mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 02:29:08 +00:00
Fixed image urls
This commit is contained in:
parent
5315406e36
commit
285e0e3435
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue