version: "2.0" services: web: image: executry/cronalarm:arm32 build: context: . dockerfile: ./Dockerfile ports: - "7080:8080" volumes: - ./data:/app/wwwroot/data