Add main-only container workflow
All checks were successful
Docker / test-build-push (push) Successful in 58s

This commit is contained in:
Fredrik Johansson
2026-07-20 21:06:14 +02:00
parent 0a087f8b5b
commit 89459f1dad
4 changed files with 61 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
services:
trace:
image: repo.explewd.com/explewd/trace:latest
build: .
pull_policy: always
restart: unless-stopped
env_file: .env
ports: ["${HOST_PORT:-3082}:3082"]