This commit is contained in:
2026-07-25 13:21:34 -05:00
parent 943ddb064f
commit 2045b32a01
3 changed files with 22 additions and 14 deletions
+2 -2
View File
@@ -4,12 +4,14 @@ services:
image: tai/tapm-deployment-broker:local
entrypoint: ["/usr/local/bin/tapm-migrate"]
env_file: .env
network_mode: host
restart: "no"
broker:
build: .
image: tai/tapm-deployment-broker:local
env_file: .env
network_mode: host
restart: unless-stopped
init: true
read_only: true
@@ -19,8 +21,6 @@ services:
- ALL
tmpfs:
- /tmp:size=16m,mode=1777
ports:
- "127.0.0.1:8080:8080"
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://127.0.0.1:8080/health/ready"]
interval: 30s