Properly assign versions to scipio app services

This commit is contained in:
2021-01-15 00:46:07 -05:00
parent b07650cc79
commit 7ac5a81774
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ volumes:
services: services:
database: database:
image: mariadb:10 image: mariadb:{{ omni_compose_apps.scipio.versions.database | default(omni_compose_apps.scipio.versions.default) }}
hostname: scipio-database hostname: scipio-database
networks: networks:
- scipio - scipio

View File

@@ -100,3 +100,5 @@ omni_compose_apps:
main: 192.168.106.0/24 main: 192.168.106.0/24
versions: versions:
default: latest default: latest
database: "10"
phantom: 0.2.0