This commit is contained in:
2023-06-16 21:44:35 -04:00
parent b553ac403e
commit adad8cea81
18 changed files with 360 additions and 0 deletions

9
docker-compose.yml Normal file
View 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