imnya.ng/compose.yml
imnyang 004e131181
All checks were successful
Web Build / build (push) Successful in 44s
wow
2026-04-26 17:19:35 +09:00

11 lines
No EOL
208 B
YAML

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