version: '3.9'
services:
s3-backup:
build: .
image: docker-s3-backup:dev
command: backup
volumes:
- ./backup:/backup
env_file:
- ./.env