services: scratchbox: image: git.s1d3sw1ped.com/s1d3sw1ped/scratchbox:latest env_file: - .env ports: - "8080:8080" volumes: - ./docker-data:/data restart: unless-stopped