Просмотр исходного кода

Switch Docker images to feature-react-ui branch

TODO: Revert to main before merging to main branch.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tuanchris 3 недель назад
Родитель
Сommit
889080f4ea
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      docker-compose.yml

+ 3 - 2
docker-compose.yml

@@ -1,9 +1,10 @@
+# TODO: Revert image tags from feature-react-ui to main before merging to main branch
 services:
   frontend:
     build:
       context: ./frontend
       dockerfile: Dockerfile
-    image: ghcr.io/tuanchris/dune-weaver-frontend:main
+    image: ghcr.io/tuanchris/dune-weaver-frontend:feature-react-ui
     restart: always
     ports:
       - "80:80"
@@ -15,7 +16,7 @@ services:
 
   backend:
     build: .
-    image: ghcr.io/tuanchris/dune-weaver:main
+    image: ghcr.io/tuanchris/dune-weaver:feature-react-ui
     restart: always
     ports:
       - "8080:8080"