Added service cron
This commit is contained in:
parent
6ec522b007
commit
c9184a687a
@ -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
|
Loading…
Reference in New Issue
Block a user