11 lines
No EOL
208 B
YAML
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 |