| 123456789101112131415161718192021222324 |
- version: "3.9"
- services:
- watchdog-senslog-prod:
- container_name: watchdog_senslog
- image: senslog/watchdog-senslog
- environment:
- TZ: "Europe/Prague"
- build:
- target: production
- args:
- config_file: ./config/release-senslog-config.yaml
- context: .
- watchdog-telemetry-prod:
- container_name: watchdog_telemetry
- image: senslog/watchdog-telemetry
- environment:
- TZ: "Europe/Prague"
- build:
- target: production
- args:
- config_file: ./config/release-telemetry-config.yaml
- context: .
|