Compare commits

..

No commits in common. "68edbd645192f98d52e52b392103fd7c75e08080" and "cda80a5487bcfb4bc64b374d195264c0a9ed5c75" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -23,9 +23,6 @@ volumes:
type: nfs
o: "addr=plexistore.tre2.local,ro"
device: ":/nfs/plex"
plex-personal:
name: datastore/media
driver: glusterfs
services:
@ -76,10 +73,6 @@ services:
source: plex-data
target: /data
read_only: true
- type: volume
source: plex-personal
target: /personal
read_only: false
environment:
TZ: "Americas/New_York"
ALLOWED_NETWORKS: 10.42.100.0/24,10.42.101.0/24

View File

@ -93,7 +93,7 @@ omni_compose_apps:
scipio:
build:
repository: git@github.com:tjyork/Scipio.git
version: 1.0.7
version: 1.0.5
datastore: /appdata/scipio
account:
name: mech_scipio
@ -106,6 +106,6 @@ omni_compose_apps:
networks:
main: 192.168.106.0/24
versions:
default: 1.0.7
default: 1.0.5
database: "10"
cache: "6.2"