Expose scipio's database for direct connections

This commit is contained in:
Ethan Paul 2021-02-04 23:07:31 -05:00
parent 6c2301d7cc
commit 39603cbb9b
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
1 changed files with 5 additions and 0 deletions

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