services: stirling-image: build: context: .. dockerfile: docker/Dockerfile image: stirlingimage/stirling-image:latest container_name: stirling-image ports: - "1349:1349" volumes: - stirling-data:/data - stirling-workspace:/tmp/workspace environment: - AUTH_ENABLED=true - DEFAULT_USERNAME=admin - DEFAULT_PASSWORD=admin restart: unless-stopped logging: driver: json-file options: max-size: "10m" max-file: "3" volumes: stirling-data: stirling-workspace: