blob: f0408e315a42c06c31b478dd4c2cffebdc889a41 [file] [log] [blame]
---
version: '2'
networks:
xos:
external: true
services:
xos_db:
image: xosproject/xos-postgres
networks:
- xos
expose:
- "5432"
xos_redis:
image: redis
networks:
- xos
ports:
- "6379:6379"
logging:
driver: "json-file"
options:
max-size: "1000k"
max-file: "5"
xos_bootstrap_ui:
image: xosproject/xos
networks:
- xos
# command: sleep 86400
command: python /opt/xos/manage.py runserver 0.0.0.0:9001 --insecure --makemigrations
environment:
- CONFIG_DIR
ports:
- "9001:9001"
links:
- xos_db
volumes:
- ../common/xos_common_config:/opt/xos/xos_configuration/xos_common_config
- ../cord-pod/files/xos_vtn_config:/opt/xos/xos_configuration/xos_vtn_config:ro
- ../common/tosca/fixtures.yaml:/opt/xos/bootstrap_tosca/fixtures.yaml
- ./deployment.yaml:/opt/xos/bootstrap_tosca/deployment.yaml
- ../../xos_services:/opt/xos_services
- ../../xos/xos/api/utility:/opt/xos/api/utility
- ../../xos/xos/core/models:/opt/xos/core/models
- ../../xos/xos/core/templatetags:/opt/xos/core/templatetags
- ../../xos/xos/core/xoslib/dashboards:/opt/xos/core/xoslib/dashboards
- ../../xos/xos/core/xoslib/static/css:/opt/xos/core/xoslib/static/css
- ../../xos/xos/core/xoslib/static/images:/opt/xos/core/xoslib/static/images
- ../../xos/xos/core/xoslib/static/js:/opt/xos/core/xoslib/static/js
- ../../xos/xos/xos:/opt/xos/xos
- ../../xos/xos/tosca:/opt/xos/tosca
- ../../xos/xos/synchronizers:/opt/xos/synchronizers
logging:
driver: "json-file"
options:
max-size: "1000k"
max-file: "5"
xos_synchronizer_onboarding:
image: xosproject/xos
networks:
- xos
command: bash -c "cd /opt/xos/synchronizers/onboarding; ./run.sh"
labels:
org.xosproject.kind: synchronizer
org.xosproject.target: onboarding
links:
- xos_db
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./key_import:/opt/xos/key_import:ro
- ./onboarding-docker-compose:/opt/xos/synchronizers/onboarding/docker-compose
- ../../xos_services:/opt/xos_services
- ../../xos_libraries:/opt/xos_libraries
logging:
driver: "json-file"
options:
max-size: "1000k"
max-file: "5"