Skip to content

Commit

Permalink
release: tagged files in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Oct 30, 2023
1 parent 8cbe5ba commit a211417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ services:
- 9998:9998

server:
image: arguflow/server
image: arguflow/server:release-0.1.0
build: ./server/
networks:
- app-network
Expand Down Expand Up @@ -142,7 +142,7 @@ services:
- TIKA_URL=${TIKA_URL}

chat:
image: arguflow/chat
image: arguflow/chat:release-0.1.0
build: ./chat/
networks:
- app-network
Expand All @@ -160,7 +160,7 @@ services:
- VITE_CHAT_VOTE_FEATURE=${VITE_CHAT_VOTE_FEATURE}

search:
image: arguflow/search
image: arguflow/search:release-0.1.0
build: ./search/
networks:
- app-network
Expand Down

0 comments on commit a211417

Please sign in to comment.