chore: rm chromium backend image

This commit is contained in:
Rohit Rajan
2025-11-30 20:45:51 +05:30
parent 2bbf5d657f
commit 560b2e352d
2 changed files with 7 additions and 32 deletions

View File

@@ -30,9 +30,9 @@ services:
- minio_data:/data
backend:
#build:
#context: .
#dockerfile: server/Dockerfile
# build:
# context: .
# dockerfile: Dockerfile.backend
image: getmaxun/maxun-backend:latest
restart: unless-stopped
ports:
@@ -60,9 +60,9 @@ services:
- /var/run/dbus:/var/run/dbus
frontend:
#build:
#context: .
#dockerfile: Dockerfile
# build:
# context: .
# dockerfile: Dockerfile.frontend
image: getmaxun/maxun-frontend:latest
restart: unless-stopped
ports: