Skip to content

Commit

Permalink
Add debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
elarsaks committed Jul 28, 2023
1 parent 93c7535 commit 198ef70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-full-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:

- name: Build and Push Docker images
run: |
docker-compose -f docker-compose-build.yml build --no-cache wallet-server miner-1
docker-compose -f docker-compose-build.yml push wallet-server miner-1
docker-compose build wallet-server miner-1
docker-compose push wallet-server miner-1
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
- /app/node_modules

wallet-server:
image: goblockchain.azurecr.io/wallet-server:latest
container_name: wallet-server
build:
context: .
Expand All @@ -30,6 +31,7 @@ services:
restart: unless-stopped

miner-1:
image: goblockchain.azurecr.io/miner:latest
build:
context: .
dockerfile: ./blockchain_server/Dockerfile
Expand All @@ -43,6 +45,7 @@ services:
restart: unless-stopped

miner-2:
image: goblockchain.azurecr.io/miner:latest
build:
context: .
dockerfile: ./blockchain_server/Dockerfile
Expand All @@ -57,6 +60,7 @@ services:
restart: unless-stopped

miner-3:
image: goblockchain.azurecr.io/miner:latest
build:
context: .
dockerfile: ./blockchain_server/Dockerfile
Expand Down

0 comments on commit 198ef70

Please sign in to comment.