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