tren/compose.example.yml
ngn 4df8b90dae
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
initial commit
Signed-off-by: ngn <ngn@ngn.tf>
2025-04-05 09:58:58 +03:00

13 lines
225 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