Updated docker compose files

This commit is contained in:
Trial97
2021-02-05 08:10:47 +02:00
committed by Dan Christian Bogos
parent ccaa1a6d09
commit 32e03d0597
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: