Added service cron
This commit is contained in:
@@ -13,3 +13,13 @@ services:
|
||||
volumes:
|
||||
- .:/code
|
||||
|
||||
cron:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
container_name: cron
|
||||
command: whenever -i
|
||||
volumes:
|
||||
- .:/code
|
||||
Reference in New Issue
Block a user