aboutsummaryrefslogtreecommitdiffstats
path: root/autoBackup/docker-compose.yml
blob: 71ec0a0640cccd87ed75a76ea173341619468930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
services:
    autoBackup:
        container_name: auto_backup
        volumes:
            - ./logs/:/app/logs
        env_file:
            - ./.env
        restart: unless-stopped
        image: reg.reaweb.uk/auto_backup
        build:
            context: .
            dockerfile: Dockerfile