Files
tren/compose.example.yml
ngn 91f17b8815
All checks were successful
Build and publish the docker image / build (push) Successful in 55s
update go version in go.mod
Signed-off-by: ngn <ngn@ngn.tf>
2025-07-12 04:44:28 +03:00

13 lines
231 B
YAML

services:
tren:
container_name: tren
image: git.ngn.tf/ngn/tren:latest
ports:
- 80:8080
read_only: true
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
restart: unless-stopped