mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
use latest released images
This commit is contained in:
parent
5e2d6b429b
commit
2a6304283a
1 changed files with 2 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue