Files
scheduler-app/docker-compose.yaml
teddys48 607074eb33
Some checks failed
Build and Deploy Scheduler / cleaning (push) Successful in 6s
Build and Deploy Scheduler / build_image (push) Successful in 1m9s
Build and Deploy Scheduler / deploy (push) Failing after 0s
8
2026-02-12 14:28:17 +07:00

13 lines
199 B
YAML

services:
app:
image: ${REGISTRY}/${IMAGE_NAME}:${TAG}
container_name: scheduler-app
restart: always
volumes:
- /home/script:/home/script
mem_limit: 50m
cpus: 0.01