Skip to content

Commit

Permalink
Hotfix neon 4.7.3 (#261)
Browse files Browse the repository at this point in the history
* initialize env variable

* update comment
  • Loading branch information
adev4a authored Sep 3, 2024
1 parent dc52391 commit 63f46bf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions telematic_system/docker-compose.cloud.servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
context: "./telematic_cloud_messaging"
container_name: messaging_server
#Todo: The cloud messaging service image has incorrect configuration. Please update the application.properties, and build it from source code.
image: usdotfhwastol/telematic_cloud_messaging:carma-system-4.7.2
image: usdotfhwastol/telematic_cloud_messaging:carma-system-4.7.3
depends_on:
- nats
restart: always
Expand All @@ -33,7 +33,7 @@ services:
context: ./telematic_historical_data_processing
dockerfile: Dockerfile
network: host
image: usdotfhwastol/telematic_historical_data_processing:carma-system-4.7.2
image: usdotfhwastol/telematic_historical_data_processing:carma-system-4.7.3
network_mode: host
logging:
options:
Expand Down
10 changes: 5 additions & 5 deletions telematic_system/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
grafana:
build:
context: "./telematic_apps/grafana"
image: usdotfhwastol/telematic_grafana:carma-system-4.7.2
image: usdotfhwastol/telematic_grafana:carma-system-4.7.3
restart: always
container_name: grafana
logging:
Expand All @@ -74,7 +74,7 @@ services:
build:
context: "./telematic_apps/web_app/server"
dockerfile: "Dockerfile"
image: usdotfhwastol/telematic_web_server:carma-system-4.7.2
image: usdotfhwastol/telematic_web_server:carma-system-4.7.3
restart: always
container_name: web_server
logging:
Expand All @@ -95,7 +95,7 @@ services:
web_client:
build:
context: "./telematic_apps/web_app/client"
image: usdotfhwastol/telematic_web_client:carma-system-4.7.2
image: usdotfhwastol/telematic_web_client:carma-system-4.7.3
restart: always
container_name: web_client
logging:
Expand All @@ -110,7 +110,7 @@ services:
build:
context: "./telematic_apps/apache2"
dockerfile: "./local.Dockerfile"
image: usdotfhwastol/telematic_local_apache2:carma-system-4.7.2
image: usdotfhwastol/telematic_local_apache2:carma-system-4.7.3
restart: always
container_name: apache2
logging:
Expand All @@ -135,7 +135,7 @@ services:
build:
context: "./telematic_cloud_messaging"
container_name: messaging_server
image: usdotfhwastol/telematic_cloud_messaging:carma-system-4.7.2
image: usdotfhwastol/telematic_cloud_messaging:carma-system-4.7.3
depends_on:
- nats
- mysqldb
Expand Down
6 changes: 3 additions & 3 deletions telematic_system/docker-compose.units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ./telematic_units/carma_vehicle_bridge
dockerfile: Dockerfile
image: usdotfhwastol/carma_vehicle_nats_bridge:carma-system-4.7.2
image: usdotfhwastol/carma_vehicle_nats_bridge:carma-system-4.7.3
logging:
options:
max-size: "2g"
Expand Down Expand Up @@ -32,7 +32,7 @@ services:
build:
context: ./telematic_units/carma_street_bridge
dockerfile: Dockerfile
image: usdotfhwastol/carma_street_nats_bridge:carma-system-4.7.2
image: usdotfhwastol/carma_street_nats_bridge:carma-system-4.7.3
logging:
options:
max-size: "2g"
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
build:
context: ./telematic_units/carma_cloud_bridge
dockerfile: Dockerfile
image: usdotfhwastol/carma_cloud_nats_bridge:carma-system-4.7.2
image: usdotfhwastol/carma_cloud_nats_bridge:carma-system-4.7.3
logging:
options:
max-size: "2g"
Expand Down
2 changes: 1 addition & 1 deletion telematic_system/telematic.local.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER_INFLUXDB_INIT_PASSWORD=P@ssword1 #Required: Create a credential password
DOCKER_INFLUXDB_INIT_BUCKET=infrastructure-dev #Required: Create an bucket on container initial startup. You can create more buckets inside the influxDB container.
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=my-super-secret-auth-token #Required: Manually set the token value
DOCKER_INFLUXDB_INIT_ORG=my-org #Required: Create an organization on container startup. You can create more orgs inside the same influxDB container.
DOCKER_INFLUXDB_INIT_RETENTION= #Optional: If not set, the initial bucket will retain data for one year.
DOCKER_INFLUXDB_INIT_RETENTION=0 #The data retention duration for influxdb. Default: 0 (infinite; doesn't delete data).
INFLUX_URL=127.0.0.1:8086

###################################################
Expand Down

0 comments on commit 63f46bf

Please sign in to comment.