Fix port mapping on scipio api
This commit is contained in:
		@@ -73,6 +73,11 @@ services:
 | 
				
			|||||||
      - cache
 | 
					      - cache
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - scipio
 | 
					      - scipio
 | 
				
			||||||
 | 
					    ports:
 | 
				
			||||||
 | 
					      - published: {{ omni_compose_apps.scipio.published.ports.8080 }}
 | 
				
			||||||
 | 
					        target: 8080
 | 
				
			||||||
 | 
					        protocol: tcp
 | 
				
			||||||
 | 
					        mode: ingress
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      <<: *globalenv
 | 
					      <<: *globalenv
 | 
				
			||||||
      SCIPIO_LOG_SOURCE: api
 | 
					      SCIPIO_LOG_SOURCE: api
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user