🔨 Update docker compose
This commit is contained in:
		
							
								
								
									
										20
									
								
								compose.yaml
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								compose.yaml
									
									
									
									
									
								
							| @@ -19,9 +19,7 @@ services: | |||||||
|       retries: 5 |       retries: 5 | ||||||
|  |  | ||||||
|   gateway: |   gateway: | ||||||
|     build: |     image: xsheep2010/dyson-gateway:latest | ||||||
|       context: . |  | ||||||
|       dockerfile: DysonNetwork.Gateway/Dockerfile |  | ||||||
|     ports: |     ports: | ||||||
|       - "8000:8080" |       - "8000:8080" | ||||||
|     environment: |     environment: | ||||||
| @@ -34,9 +32,7 @@ services: | |||||||
|         condition: service_healthy |         condition: service_healthy | ||||||
|  |  | ||||||
|   drive: |   drive: | ||||||
|     build: |     image: xsheep2010/dyson-drive:latest | ||||||
|       context: . |  | ||||||
|       dockerfile: DysonNetwork.Drive/Dockerfile |  | ||||||
|     ports: |     ports: | ||||||
|       - "8001:8080" |       - "8001:8080" | ||||||
|     environment: |     environment: | ||||||
| @@ -49,9 +45,7 @@ services: | |||||||
|         condition: service_healthy |         condition: service_healthy | ||||||
|  |  | ||||||
|   pass: |   pass: | ||||||
|     build: |     image: xsheep2010/dyson-pass:latest | ||||||
|       context: . |  | ||||||
|       dockerfile: DysonNetwork.Pass/Dockerfile |  | ||||||
|     ports: |     ports: | ||||||
|       - "8002:8080" |       - "8002:8080" | ||||||
|     environment: |     environment: | ||||||
| @@ -64,9 +58,7 @@ services: | |||||||
|         condition: service_healthy |         condition: service_healthy | ||||||
|  |  | ||||||
|   pusher: |   pusher: | ||||||
|     build: |     image: xsheep2010/dyson-pusher:latest | ||||||
|       context: . |  | ||||||
|       dockerfile: DysonNetwork.Pusher/Dockerfile |  | ||||||
|     ports: |     ports: | ||||||
|       - "8003:8080" |       - "8003:8080" | ||||||
|     environment: |     environment: | ||||||
| @@ -79,9 +71,7 @@ services: | |||||||
|         condition: service_healthy |         condition: service_healthy | ||||||
|  |  | ||||||
|   sphere: |   sphere: | ||||||
|     build: |     image: xsheep2010/dyson-sphere:latest | ||||||
|       context: . |  | ||||||
|       dockerfile: DysonNetwork.Sphere/Dockerfile |  | ||||||
|     ports: |     ports: | ||||||
|       - "8004:8080" |       - "8004:8080" | ||||||
|     environment: |     environment: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user