mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
Updated docker compose files
This commit is contained in:
committed by
Dan Christian Bogos
parent
ccaa1a6d09
commit
32e03d0597
@@ -3,7 +3,7 @@ services:
|
||||
cgr-console:
|
||||
image: dkr.cgrates.org/nightly/cgr-console
|
||||
container_name: cgr-console
|
||||
command: /cgr-console -server=cgr-engine:2012
|
||||
command: -server=cgr-engine:2012
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
- 2080:2080
|
||||
environment:
|
||||
- DOCKER_IP=0.0.0.0
|
||||
command: /cgr-engine --logger=*stdout -httprof_path=/pprof -config_path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/conf/samples/docker/cgrates.json
|
||||
command: -httprof_path=/pprof -config_path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/conf/samples/docker/cgrates.json
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
- DOCKER_IP=cgr-engine
|
||||
stdin_open: true
|
||||
tty: true
|
||||
command: /cgr-loader -config_path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/conf/samples/docker/cgrates.json -path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/tariffplans/tutorial/ -caches_address="conn1" -scheduler_address="conn1" -verbose
|
||||
command: -config_path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/conf/samples/docker/cgrates.json -path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/tariffplans/tutorial/ -caches_address="conn1" -scheduler_address="conn1" -verbose
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
container_name: cgr-migrator
|
||||
environment:
|
||||
- DOCKER_IP=cgr-engine
|
||||
command: /cgr-migrator -config_path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/conf/samples/docker/cgrates.json --exec=*set_versions
|
||||
command: -config_path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/conf/samples/docker/cgrates.json --exec=*set_versions
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
container_name: cgr-tester
|
||||
environment:
|
||||
- DOCKER_IP=cgr-engine
|
||||
command: /cgr-tester -config_path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/conf/samples/docker/cgrates.json
|
||||
command: -config_path=https://raw.githubusercontent.com/cgrates/cgrates/master/data/conf/samples/docker/cgrates.json
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
|
||||
Reference in New Issue
Block a user