Browse Source

Update 'docker-stack.yml'

torabkheslat 1 year ago
parent
commit
82b3e38809
1 changed files with 0 additions and 4 deletions
  1. 0 4
      docker-stack.yml

+ 0 - 4
docker-stack.yml

@@ -23,8 +23,6 @@ services:
 
   vote:
     image: reg.hedex.ir/examplevotingapp_vote
-    ports:
-      - 5000:80
     networks:
       - frontend
       - traefik_traefik
@@ -41,8 +39,6 @@ services:
 
   result:
     image: reg.hedex.ir/examplevotingapp_result
-    ports:
-      - 5001:80
     networks:
       - backend
       - traefik_traefik