Skip to content

Commit

Permalink
properties cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dvince2 committed Nov 3, 2023
1 parent a1f7f0b commit 5710176
Show file tree
Hide file tree
Showing 3 changed files with 16,183 additions and 8 deletions.
17 changes: 17 additions & 0 deletions containers/scripts/docker-compose-hmi-client.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
version: "3.8"

services:
hmi-client:
image: ghcr.io/darpa-askem/hmi-client:dev_test
container_name: hmi-client
networks:
- terarium
ports:
- "8080:80"
restart: always
healthcheck:
test: ["CMD", "curl", "--head", "0.0.0.0:80/healthcheck"]
interval: "3s"
timeout: "3s"
retries: 30
Loading

0 comments on commit 5710176

Please sign in to comment.