From 09aaa19a62dc16e3285864013357f275cd50bea9 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:58:01 +0800 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 418805f..62bfcb5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,7 @@ services: build: context: . dockerfile: packages/frontend/Dockerfile + image: heavrnl/nexus-terminal-frontend:latest container_name: nexus-terminal-frontend ports: - "18111:80" @@ -17,7 +18,8 @@ services: context: . dockerfile: packages/backend/Dockerfile env_file: - - .env + - .env + image: heavrnl/nexus-terminal-backend:latest container_name: nexus-terminal-backend ports: - "3001:3001" @@ -34,6 +36,7 @@ services: build: context: . dockerfile: packages/rdp/Dockerfile + image: heavrnl/nexus-terminal-rdp:latest container_name: nexus-terminal-rdp environment: GUACD_HOST: guacd