mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated docker compose files
This commit is contained in:
committed by
Dan Christian Bogos
parent
e3e2285e72
commit
44f4388907
@@ -1,9 +1,9 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
cgr-console:
|
||||
image: dkr.cgrates.org/v0.10/cgr-console:20200309151603f0ba1bc9c
|
||||
image: dkr.cgrates.org/v0.10/cgr-console:202007170943010f2fa346a
|
||||
container_name: cgr-console
|
||||
command: /cgr-console -server=cgr-engine:2012
|
||||
command: /usr/bin/cgr-console -server=cgr-engine:2012
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
cgr-engine:
|
||||
image: dkr.cgrates.org/v0.10/cgr-engine:20200309151603f0ba1bc9c
|
||||
image: dkr.cgrates.org/v0.10/cgr-engine:202007170943010f2fa346a
|
||||
container_name: cgr-engine
|
||||
depends_on:
|
||||
- redis
|
||||
@@ -10,12 +10,9 @@ services:
|
||||
ports:
|
||||
- 2012:2012
|
||||
- 2080:2080
|
||||
volumes:
|
||||
- ../../conf/samples/docker/:/etc/cgrates/:ro
|
||||
- ../../tariffplans/tutorial/:/data/:ro
|
||||
environment:
|
||||
- DOCKER_IP=0.0.0.0
|
||||
command: /cgr-engine --logger=*stdout -httprof_path=/pprof
|
||||
command: --logger=*stdout -httprof_path=/pprof -config_path=https://raw.githubusercontent.com/cgrates/cgrates/v0.10/data/conf/samples/docker/cgrates.json
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
cgr-loader:
|
||||
image: dkr.cgrates.org/v0.10/cgr-loader:20200309151603f0ba1bc9c
|
||||
image: dkr.cgrates.org/v0.10/cgr-loader:202007170943010f2fa346a
|
||||
container_name: cgr-loader
|
||||
volumes:
|
||||
- ../../conf/samples/docker/:/etc/cgrates/:ro
|
||||
- ../../tariffplans/tutorial/:/data/:ro
|
||||
environment:
|
||||
- DOCKER_IP=cgr-engine
|
||||
command: /cgr-loader -config_path=/etc/cgrates/ -path=/data/ -caches_address="conn1" -scheduler_address="conn1" -verbose
|
||||
stdin_open: true
|
||||
tty: true
|
||||
command: /usr/bin/cgr-loader -config_path=https://raw.githubusercontent.com/cgrates/cgrates/v0.10/data/conf/samples/docker/cgrates.json -path=https://raw.githubusercontent.com/cgrates/cgrates/v0.10/data/tariffplans/tutorial/ -caches_address="conn1" -scheduler_address="conn1" -verbose
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
cgr-migrator:
|
||||
image: dkr.cgrates.org/v0.10/cgr-migrator:20200309151603f0ba1bc9c
|
||||
image: dkr.cgrates.org/v0.10/cgr-migrator:202007170943010f2fa346a
|
||||
container_name: cgr-migrator
|
||||
volumes:
|
||||
- ../../conf/samples/docker/:/etc/cgrates/:ro
|
||||
environment:
|
||||
- DOCKER_IP=cgr-engine
|
||||
command: /cgr-migrator -config_path=/etc/cgrates/ --exec=*set_versions
|
||||
command: /usr/bin/cgr-migrator -config_path=https://raw.githubusercontent.com/cgrates/cgrates/v0.10/data/conf/samples/docker/cgrates.json --exec=*set_versions
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
cgr-tester:
|
||||
image: dkr.cgrates.org/v0.10/cgr-tester:20200309151603f0ba1bc9c
|
||||
image: dkr.cgrates.org/v0.10/cgr-tester:202007170943010f2fa346a
|
||||
container_name: cgr-tester
|
||||
volumes:
|
||||
- ../../conf/samples/docker/:/etc/cgrates/:ro
|
||||
environment:
|
||||
- DOCKER_IP=cgr-engine
|
||||
command: /cgr-tester -config_path=/etc/cgrates/
|
||||
command: /usr/bin/cgr-tester -config_path=https://raw.githubusercontent.com/cgrates/cgrates/v0.10/data/conf/samples/docker/cgrates.json
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
|
||||
Reference in New Issue
Block a user