Expose scipio's database for direct connections
This commit is contained in:
		@@ -24,6 +24,11 @@ services:
 | 
			
		||||
    hostname: scipio-database
 | 
			
		||||
    networks:
 | 
			
		||||
      - scipio
 | 
			
		||||
    ports:
 | 
			
		||||
      - published: {{ omni_compose_apps.scipio.published.ports.3306 }}
 | 
			
		||||
        target: 3306
 | 
			
		||||
        protocol: tcp
 | 
			
		||||
        mode: ingress
 | 
			
		||||
    volumes:
 | 
			
		||||
      - type: volume
 | 
			
		||||
        source: scipio
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user