Add api service for scipio
This commit is contained in:
parent
96ed5e47be
commit
b02e6a2791
@ -65,6 +65,21 @@ services:
|
||||
deploy:
|
||||
replicas: 1
|
||||
|
||||
api:
|
||||
image: scipio:{{ omni_compose_apps.scipio.versions.api | default(omni_compose_apps.scipio.versions.default) }}
|
||||
hostname: scipio-api
|
||||
depends_on:
|
||||
- database
|
||||
- cache
|
||||
networks:
|
||||
- scipio
|
||||
environment:
|
||||
<<: *globalenv
|
||||
SCIPIO_LOG_SOURCE: api
|
||||
command: --api
|
||||
deploy:
|
||||
replicas: 1
|
||||
|
||||
phantom:
|
||||
image: scipio:{{ omni_compose_apps.scipio.versions.phantom | default(omni_compose_apps.scipio.versions.default) }}
|
||||
hostname: scipio-phantom
|
||||
|
Reference in New Issue
Block a user