13 lines
202 B
YAML
13 lines
202 B
YAML
services:
|
|
app:
|
|
image: localhost:9999/scheduler-app:${TAG}
|
|
container_name: scheduler-app
|
|
|
|
restart: always
|
|
|
|
volumes:
|
|
- /home/script:/home/script
|
|
|
|
mem_limit: 50m
|
|
cpus: 0.01
|