Files
scheduler-app/docker-compose.yaml
teddys48 ca5d3cc3e0
All checks were successful
Build and Deploy Scheduler / cleaning (push) Successful in 3s
Build and Deploy Scheduler / build_image (push) Successful in 1m31s
Build and Deploy Scheduler / deploy (push) Successful in 53s
update
2026-02-13 10:08:35 +07:00

19 lines
282 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
networks:
- scheduler-net
networks:
scheduler-net:
external: true