11 lines
171 B
YAML
11 lines
171 B
YAML
version: "2.4"
|
|
services:
|
|
reverse_and_polish:
|
|
restart: unless-stopped
|
|
build: .
|
|
pids_limit: 256
|
|
mem_limit: 256M
|
|
cpus: 1.0
|
|
ports:
|
|
- 7845:1337
|