Compare commits
No commits in common. "1cd612a2bd83be6c4921c257dbea47e4417da003" and "8bfb365dfde9d30e60af5adf96cdc8769499e43c" have entirely different histories.
1cd612a2bd
...
8bfb365dfd
@ -1,8 +0,0 @@
|
||||
[defaults]
|
||||
host_key_checking = false
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = "-C -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
|
||||
|
||||
[inventory]
|
||||
enable_plugins = yaml
|
@ -19,24 +19,8 @@ volumes:
|
||||
|
||||
|
||||
services:
|
||||
dashboard:
|
||||
image: adminer:{{ omni_compose_apps.scipio.versions.dashboard | default(omni_compose_apps.scipio.versions.default) }}
|
||||
hostname: scipio-dashboard
|
||||
networks:
|
||||
- scipio
|
||||
ports:
|
||||
- published: {{ omni_compose_apps.plex.published.ports.8080 }}
|
||||
target: 8080
|
||||
protocol: tcp
|
||||
mode: ingress
|
||||
environment:
|
||||
ADMINER_DESIGN: hydra
|
||||
ADMINER_DEFAULT_SERVER: scipio-database
|
||||
deploy:
|
||||
replicas: 1
|
||||
|
||||
database:
|
||||
image: mariadb:{{ omni_compose_apps.scipio.versions.database | default(omni_compose_apps.scipio.versions.default) }}
|
||||
image: mariadb:10
|
||||
hostname: scipio-database
|
||||
networks:
|
||||
- scipio
|
||||
@ -66,6 +50,6 @@ services:
|
||||
SCIPIO_DB_SCHEMA: scipio
|
||||
SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/
|
||||
SCIPIO_PHANTOM_HANDLER: tipranks
|
||||
command: --phantom -vv
|
||||
command: --phantom --verbose
|
||||
deploy:
|
||||
replicas: 1
|
||||
|
@ -2,10 +2,9 @@
|
||||
- name: Clone repositories
|
||||
when: item.value.build is defined
|
||||
git:
|
||||
repo: "{{ item.value.build.repository }}"
|
||||
dest: /tmp/{{ item.key }}
|
||||
repo: "{{ item.value.build.repository }}"
|
||||
version: "{{ item.value.build.version }}"
|
||||
accept_hostkey: true
|
||||
loop: "{{ omni_compose_apps | dict2items }}"
|
||||
loop_control:
|
||||
label: "{{ item.key }}"
|
||||
|
@ -87,7 +87,7 @@ omni_compose_apps:
|
||||
scipio:
|
||||
build:
|
||||
repository: git@github.com:tjyork/Scipio.git
|
||||
version: 0.2.2
|
||||
version: 0.2.0
|
||||
datastore: /appdata/scipio
|
||||
account:
|
||||
name: mech_scipio
|
||||
@ -95,10 +95,8 @@ omni_compose_apps:
|
||||
published:
|
||||
host: scipio.net.enp.one
|
||||
ports:
|
||||
8080: 8081
|
||||
8081: 8080
|
||||
networks:
|
||||
main: 192.168.106.0/24
|
||||
versions:
|
||||
default: latest
|
||||
database: "10"
|
||||
phantom: 0.2.2
|
||||
|
Reference in New Issue
Block a user