v0.5.0
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
remote_ip:
|
||||
container_name: remote_ip
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./app:/app
|
||||
- ./app/crontab:/var/spool/cron/crontabs/root
|
Reference in New Issue
Block a user