Skip to content

Commit

Permalink
remove multiple instances
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 6, 2024
1 parent 4349aa4 commit ddd70f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
3 changes: 1 addition & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,51 +28,12 @@ services:
networks:
- vision

web2:
image: ecency/vision-next:latest
environment:
- USE_PRIVATE
- HIVESIGNER_SECRET
restart: always
ports:
- "3002:3000"
hostname: web2
networks:
- vision

web3:
image: ecency/vision-next:latest
environment:
- USE_PRIVATE
- HIVESIGNER_SECRET
restart: always
ports:
- "3003:3000"
hostname: web3
networks:
- vision

web4:
image: ecency/vision-next:latest
environment:
- USE_PRIVATE
- HIVESIGNER_SECRET
restart: always
ports:
- "3004:3000"
hostname: web4
networks:
- vision

nginx:
build: ./nginx
ports:
- '3000:80'
depends_on:
- web1
- web2
- web3
- web4
networks:
- vision

Expand Down

0 comments on commit ddd70f1

Please sign in to comment.