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