imnya.ng/compose.yml
2025-12-12 02:20:13 +09:00

11 lines
No EOL
200 B
YAML

services:
web:
image: ghcr.io/imnyang/imnya.ng:latest
ports:
- "3000:3000"
restart: always
deploy:
resources:
limits:
cpus: '1.0'
memory: 512M