initial commit
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
12
compose.example.yml
Normal file
12
compose.example.yml
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user