13 lines
215 B
YAML
13 lines
215 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
|