Expose scipio's database for direct connections

This commit is contained in:
2021-02-04 23:07:31 -05:00
parent 6c2301d7cc
commit 39603cbb9b

View File

@@ -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