Skip to content

Commit

Permalink
try compose
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 20, 2024
1 parent d08badb commit a405ad6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
git pull origin develop
docker pull ecency/vision-next:develop
export $(cat .env) > /dev/null 2>&1;
docker stack deploy -c stack.yml vision
docker-compose -c docker-compose.yml up -d
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- "4000:4000"
hostname: vapi
networks:
- vision
- vision2

web:
image: ecency/vision-next:develop
Expand All @@ -26,8 +26,8 @@ services:
- "3000:3000"
hostname: web
networks:
- vision
- vision2

networks:
vision:
vision2:
external: true

0 comments on commit a405ad6

Please sign in to comment.