Compare commits
2 Commits
e333809b4a
...
71025e272b
Author | SHA1 | Date | |
---|---|---|---|
71025e272b | |||
2d16ecb86c |
@ -19,6 +19,22 @@ volumes:
|
|||||||
|
|
||||||
|
|
||||||
services:
|
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.scipio.published.ports.8080 }}
|
||||||
|
target: 8080
|
||||||
|
protocol: tcp
|
||||||
|
mode: ingress
|
||||||
|
environment:
|
||||||
|
ADMINER_DESIGN: hydra
|
||||||
|
ADMINER_DEFAULT_SERVER: scipio-database
|
||||||
|
deploy:
|
||||||
|
replicas: 1
|
||||||
|
|
||||||
database:
|
database:
|
||||||
image: mariadb:{{ omni_compose_apps.scipio.versions.database | default(omni_compose_apps.scipio.versions.default) }}
|
image: mariadb:{{ omni_compose_apps.scipio.versions.database | default(omni_compose_apps.scipio.versions.default) }}
|
||||||
hostname: scipio-database
|
hostname: scipio-database
|
||||||
@ -50,6 +66,6 @@ services:
|
|||||||
SCIPIO_DB_SCHEMA: scipio
|
SCIPIO_DB_SCHEMA: scipio
|
||||||
SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/
|
SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/
|
||||||
SCIPIO_PHANTOM_HANDLER: tipranks
|
SCIPIO_PHANTOM_HANDLER: tipranks
|
||||||
command: --phantom --verbose
|
command: --phantom -vv
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
@ -87,7 +87,7 @@ omni_compose_apps:
|
|||||||
scipio:
|
scipio:
|
||||||
build:
|
build:
|
||||||
repository: git@github.com:tjyork/Scipio.git
|
repository: git@github.com:tjyork/Scipio.git
|
||||||
version: 0.2.0
|
version: 0.2.2
|
||||||
datastore: /appdata/scipio
|
datastore: /appdata/scipio
|
||||||
account:
|
account:
|
||||||
name: mech_scipio
|
name: mech_scipio
|
||||||
@ -95,10 +95,10 @@ omni_compose_apps:
|
|||||||
published:
|
published:
|
||||||
host: scipio.net.enp.one
|
host: scipio.net.enp.one
|
||||||
ports:
|
ports:
|
||||||
8081: 8080
|
8080: 8081
|
||||||
networks:
|
networks:
|
||||||
main: 192.168.106.0/24
|
main: 192.168.106.0/24
|
||||||
versions:
|
versions:
|
||||||
default: latest
|
default: latest
|
||||||
database: "10"
|
database: "10"
|
||||||
phantom: 0.2.0
|
phantom: 0.2.2
|
||||||
|
Reference in New Issue
Block a user