yaml updated
This commit is contained in:
parent
5a5e58ff78
commit
3b32cdcf62
|
|
@ -65,85 +65,85 @@ services:
|
||||||
- wag_management_init_service
|
- wag_management_init_service
|
||||||
- grafana
|
- grafana
|
||||||
|
|
||||||
# wag_management_service_second:
|
wag_management_service_second:
|
||||||
# container_name: wag_management_service_second
|
container_name: wag_management_service_second
|
||||||
# restart: on-failure
|
restart: on-failure
|
||||||
# build:
|
build:
|
||||||
# context: .
|
context: .
|
||||||
# dockerfile: service_app/Dockerfile
|
dockerfile: service_app/Dockerfile
|
||||||
# ports:
|
ports:
|
||||||
# - "41576:41575"
|
- "41576:41575"
|
||||||
# networks:
|
networks:
|
||||||
# - network_store_services
|
- network_store_services
|
||||||
# depends_on:
|
depends_on:
|
||||||
# - wag_management_init_service
|
- wag_management_init_service
|
||||||
# - grafana
|
- grafana
|
||||||
#
|
|
||||||
# wag_management_init_service:
|
|
||||||
# container_name: wag_management_init_service
|
|
||||||
# build:
|
|
||||||
# context: .
|
|
||||||
# dockerfile: service_app_init/Dockerfile
|
|
||||||
# networks:
|
|
||||||
# - network_store_services
|
|
||||||
# depends_on:
|
|
||||||
# - postgres_commercial
|
|
||||||
#
|
|
||||||
# wag_bank_services:
|
|
||||||
# container_name: wag_bank_services
|
|
||||||
# restart: on-failure
|
|
||||||
# build:
|
|
||||||
# context: .
|
|
||||||
# dockerfile: service_app_banks/mailService.Dockerfile
|
|
||||||
# networks:
|
|
||||||
# - network_store_services
|
|
||||||
# depends_on:
|
|
||||||
# - postgres_commercial
|
|
||||||
# environment:
|
|
||||||
# - DATABASE_URL=postgresql+psycopg2://berkay_wag_user:berkay_wag_user_password@postgres_commercial:5432/wag_database
|
|
||||||
|
|
||||||
# wag_account_services:
|
wag_management_init_service:
|
||||||
# container_name: wag_account_services
|
container_name: wag_management_init_service
|
||||||
# restart: on-failure
|
build:
|
||||||
# build:
|
context: .
|
||||||
# context: .
|
dockerfile: service_app_init/Dockerfile
|
||||||
# dockerfile: service_account_records/account.Dockerfile
|
networks:
|
||||||
# networks:
|
- network_store_services
|
||||||
# - network_store_services
|
depends_on:
|
||||||
# depends_on:
|
- postgres_commercial
|
||||||
# - postgres_commercial
|
|
||||||
# environment:
|
|
||||||
# - DATABASE_URL=postgresql+psycopg2://berkay_wag_user:berkay_wag_user_password@postgres_commercial:5432/wag_database
|
|
||||||
# - PYTHONPATH=/
|
|
||||||
|
|
||||||
# prometheus:
|
wag_bank_services:
|
||||||
# image: prom/prometheus
|
container_name: wag_bank_services
|
||||||
# container_name: prometheus
|
restart: on-failure
|
||||||
# ports:
|
build:
|
||||||
# - "9090:9090"
|
context: .
|
||||||
# volumes:
|
dockerfile: service_app_banks/mailService.Dockerfile
|
||||||
# - ./prometheus_data/prometheus.yml:/etc/prometheus/prometheus.yml
|
networks:
|
||||||
# command:
|
- network_store_services
|
||||||
# - '--config.file=/etc/prometheus/prometheus.yml'
|
depends_on:
|
||||||
# networks:
|
- postgres_commercial
|
||||||
# - network_store_services
|
environment:
|
||||||
#
|
- DATABASE_URL=postgresql+psycopg2://berkay_wag_user:berkay_wag_user_password@postgres_commercial:5432/wag_database
|
||||||
# grafana:
|
|
||||||
# image: grafana/grafana
|
wag_account_services:
|
||||||
# container_name: grafana
|
container_name: wag_account_services
|
||||||
# ports:
|
restart: on-failure
|
||||||
# - "3000:3000"
|
build:
|
||||||
# depends_on:
|
context: .
|
||||||
# - prometheus
|
dockerfile: service_account_records/account.Dockerfile
|
||||||
# networks:
|
networks:
|
||||||
# - network_store_services
|
- network_store_services
|
||||||
# environment:
|
depends_on:
|
||||||
# - GF_SECURITY_ADMIN_USER=admin
|
- postgres_commercial
|
||||||
# - GF_SECURITY_ADMIN_PASSWORD=admin
|
environment:
|
||||||
# - GF_USERS_ALLOW_SIGN_UP=false
|
- DATABASE_URL=postgresql+psycopg2://berkay_wag_user:berkay_wag_user_password@postgres_commercial:5432/wag_database
|
||||||
# - GF_USERS_ALLOW_ORG_CREATE=false
|
- PYTHONPATH=/
|
||||||
# volumes:
|
|
||||||
# - grafana_data:/var/lib/grafana
|
prometheus:
|
||||||
|
image: prom/prometheus
|
||||||
|
container_name: prometheus
|
||||||
|
ports:
|
||||||
|
- "9090:9090"
|
||||||
|
volumes:
|
||||||
|
- ./prometheus_data/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
|
command:
|
||||||
|
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
|
networks:
|
||||||
|
- network_store_services
|
||||||
|
|
||||||
|
grafana:
|
||||||
|
image: grafana/grafana
|
||||||
|
container_name: grafana
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
depends_on:
|
||||||
|
- prometheus
|
||||||
|
networks:
|
||||||
|
- network_store_services
|
||||||
|
environment:
|
||||||
|
- GF_SECURITY_ADMIN_USER=admin
|
||||||
|
- GF_SECURITY_ADMIN_PASSWORD=admin
|
||||||
|
- GF_USERS_ALLOW_SIGN_UP=false
|
||||||
|
- GF_USERS_ALLOW_ORG_CREATE=false
|
||||||
|
volumes:
|
||||||
|
- grafana_data:/var/lib/grafana
|
||||||
|
|
||||||
# wag_management_test_service:
|
# wag_management_test_service:
|
||||||
# container_name: wag_management_test_service
|
# container_name: wag_management_test_service
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue