All checks were successful
Build and publish the docker image / build (push) Successful in 58s
Signed-off-by: ngn <ngn@ngn.tf>
13 lines
225 B
YAML
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
|