chore: use getmaxun images from docker hub
This commit is contained in:
@@ -40,10 +40,10 @@ services:
|
||||
- minio_data:/data
|
||||
|
||||
backend:
|
||||
build:
|
||||
#build:
|
||||
#context: .
|
||||
#dockerfile: server/Dockerfile
|
||||
image: getmaxun/maxun-backend:latest
|
||||
image: getmaxun/maxun-backend:v0.0.1
|
||||
ports:
|
||||
- "8080:8080"
|
||||
env_file: .env
|
||||
@@ -58,6 +58,7 @@ services:
|
||||
- seccomp=unconfined # This might help with browser sandbox issues
|
||||
# Increase shared memory size for Chromium
|
||||
shm_size: '2gb'
|
||||
mem_limit: 2g # Set a 2GB memory limit
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
@@ -68,10 +69,10 @@ services:
|
||||
- /var/run/dbus:/var/run/dbus
|
||||
|
||||
frontend:
|
||||
build:
|
||||
#build:
|
||||
#context: .
|
||||
#dockerfile: Dockerfile
|
||||
image: getmaxun/maxun-frontend:latest
|
||||
image: getmaxun/maxun-frontend:v0.0.1
|
||||
ports:
|
||||
- "5173:5173"
|
||||
env_file: .env
|
||||
|
||||
Reference in New Issue
Block a user