blob: bb79486bb9c059b034d9c87546826ac3c11135ac [file] [log] [blame]
xos_db:
image: xosproject/xos-postgres
expose:
- "5432"
xos_synchronizer_onboarding:
image: xosproject/xos
command: bash -c "cd /opt/xos/synchronizers/onboarding; ./run.sh"
#command: sleep 86400
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
log_driver: "json-file"
log_opt:
max-size: "100k"
max-file: "5"
#xos_synchronizer_openstack:
# command: bash -c "sleep 120; python /opt/xos/synchronizers/openstack/xos-synchronizer.py"
# image: xosproject/xos-synchronizer-openstack
# labels:
# org.xosproject.kind: synchronizer
# org.xosproject.target: openstack
# links:
# - xos_db
# volumes:
# - ../common/xos_common_config:/opt/xos/xos_configuration/xos_common_config:ro
# - ./xos_cord_config:/opt/xos/xos_configuration/xos_cord_config:ro
# - .:/root/setup:ro
# - ./files/xos_vtn_config:/opt/xos/xos_configuration/xos_vtn_config:ro
# - ./images:/opt/xos/images:ro
# log_driver: "json-file"
# log_opt:
# max-size: "100k"
# max-file: "5"
xos_bootstrap_ui:
command: python /opt/xos/manage.py runserver 0.0.0.0:81 --insecure --makemigrations
environment:
- CONFIG_DIR
image: xosproject/xos
links:
- xos_db
ports:
- "81:81"
volumes:
- ../common/xos_common_config:/opt/xos/xos_configuration/xos_common_config:ro
- ./xos_cord_config:/opt/xos/xos_configuration/xos_cord_config:ro
- ./files/xos_vtn_config:/opt/xos/xos_configuration/xos_vtn_config:ro
- ../../xos_services:/opt/xos_services
- ../common/tosca/fixtures.yaml:/opt/xos/bootstrap_tosca/fixtures.yaml
- ./deployment.yaml:/opt/xos/bootstrap_tosca/deployment.yaml
log_driver: "json-file"
log_opt:
max-size: "100k"
max-file: "5"