20 lines
460 B
YAML
20 lines
460 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
nenjimhub:
|
|
hostname: nenjimhub
|
|
image: dockerreg.r35157.com/r35157/nenjimhub:latest
|
|
deploy:
|
|
replicas: 1
|
|
resources:
|
|
limits:
|
|
memory: 128m
|
|
restart_policy:
|
|
condition: any
|
|
delay: 5s
|
|
max_attempts: 3
|
|
window: 120s
|
|
volumes:
|
|
- /home/op/nenjimhub/conf:/usr/local/software/nenjimhub/conf
|
|
- /home/op/nenjimhub/logs:/usr/local/software/nenjimhub/logs
|