Files
scheduler-app/docker-compose.yaml
teddys48 318f21c826
Some checks failed
Build and Deploy Scheduler / cleaning (push) Successful in 2s
Build and Deploy Scheduler / build_image (push) Successful in 1m14s
Build and Deploy Scheduler / deploy (push) Failing after 0s
6
2026-02-12 12:16:11 +07:00

13 lines
212 B
YAML

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