Expose scipio's database for direct connections
This commit is contained in:
parent
6c2301d7cc
commit
39603cbb9b
@ -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