chore: use getmaxun images from docker hub

This commit is contained in:
amhsirak
2024-11-23 01:47:05 +05:30
parent 03888b9b96
commit 6648e3e2bd

View File

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