first
This commit is contained in:
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user