Files
scheduler-app/docker-compose.yaml
teddys48 bee0edbc52
Some checks failed
Build and Deploy Scheduler / cleaning (push) Successful in 1s
Build and Deploy Scheduler / build_image (push) Successful in 1m18s
Build and Deploy Scheduler / deploy (push) Failing after 0s
first
2026-02-12 11:23:48 +07:00

15 lines
276 B
YAML

services:
app:
image: localhost:9999/${PROJECT_NAME}:${CI_PIPELINE_ID}
container_name: scheduler-app
restart: always
deploy: {} # optional (ignored by compose, boleh hapus)
volumes:
- /home/script:/home/script
mem_limit: 50m
cpus: 0.01