Files
scheduler-app/docker-compose.yaml
teddys48 1202e3464f
Some checks failed
Build and Deploy Scheduler / cleaning (push) Successful in 2s
Build and Deploy Scheduler / build_image (push) Successful in 1m32s
Build and Deploy Scheduler / deploy (push) Failing after 0s
7
2026-02-12 14:09:21 +07:00

13 lines
216 B
YAML

services:
app:
image: localhost:9999/scheduler-app:$${gitea.run_number}
container_name: scheduler-app
restart: always
volumes:
- /home/script:/home/script
mem_limit: 50m
cpus: 0.01