Forum Samochody Elektryczne
Fora
Nowe posty
Search forums
Pokaż najnowsze
Nowe posty
New media
New media comments
New resources
Najnowsze aktywności
Media
Nowe multimedia
Nowe komentarze
Search media
Resources
Najnowsze recenzje
Search resources
Log in
Register
What's new
Szukaj...
Szukaj...
Szukaj tylko w tytułach
By:
Nowe posty
Search forums
Menu
Log in
Register
Install the app
Install
Forum Samochody Elektryczne
Fora
TESLA
Inne modele i pozostałe pytania
TeslaFi/Tessie/TeslaMate
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Napisz odpowiedź
Message
[QUOTE="wojtkow, post: 140731, member: 2472"] Tak wygląda mój plik .yml [CODE=yaml] version: "3.9" services: teslamate: image: teslamate/teslamate:latest container_name: TeslaMate restart: on-failure:5 environment: - ENCRYPTION_KEY=MÓJ_ENCRYPTION_KEY - DATABASE_USER=MÓJ_USER - DATABASE_PASS=MÓJ_PASS - DATABASE_NAME=teslamate - DATABASE_HOST=database - MQTT_HOST=mosquitto ports: - 20002:4000 cap_drop: - all database: image: postgres:14 container_name: TeslaMate-DB restart: on-failure:5 environment: - POSTGRES_USER=MÓJ_USER - POSTGRES_PASSWORD=MÓJ_PASS - POSTGRES_DB=teslamate volumes: - /srv/dev-disk-by-label-dysk3/DaneAplikacji/TeslaMate/db:/var/lib/postgresql/data:rw grafana: image: teslamate/grafana:latest container_name: TeslaMate-GRAFANA restart: on-failure:5 environment: - DATABASE_USER=MÓJ_USER - DATABASE_PASS=MÓJ_PASS - DATABASE_NAME=teslamate - DATABASE_HOST=database ports: - 20003:3000 volumes: - /srv/dev-disk-by-label-dysk3/DaneAplikacji/TeslaMate/datagrafana:/var/lib/grafana:rw mosquitto: image: eclipse-mosquitto:2 container_name: TeslaMate-MOSQUITTO restart: on-failure:5 command: mosquitto -c /mosquitto-no-auth.conf ports: - 1883:1883 volumes: - /srv/dev-disk-by-label-dysk3/DaneAplikacji/TeslaMate/mosqconf:/mosquitto/config:rw - /srv/dev-disk-by-label-dysk3/DaneAplikacji/TeslaMate/mosqdata:/mosquitto/data:rw - /srv/dev-disk-by-label-dysk3/DaneAplikacji/TeslaMate/mosqlogs:/mosquitto/log:rw[/CODE] [/QUOTE]
Verification
Wyślij odpowiedź
Forum Samochody Elektryczne
Fora
TESLA
Inne modele i pozostałe pytania
TeslaFi/Tessie/TeslaMate
Top