Skip to content

Commit

Permalink
swap worker image
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Jul 6, 2021
1 parent ab05f28 commit 29c69ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm-app-1/answer/answer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker service create --name redis --network frontend redis:3.2

docker service create --name db --network backend -e POSTGRES_HOST_AUTH_METHOD=trust --mount type=volume,source=db-data,target=/var/lib/postgresql/data postgres:9.4

docker service create --name worker --network frontend --network backend bretfisher/examplevotingapp_worker:java
docker service create --name worker --network frontend --network backend bretfisher/examplevotingapp_worker

docker service create --name result --network backend -p 5001:80 bretfisher/examplevotingapp_result

Expand Down

0 comments on commit 29c69ca

Please sign in to comment.