services: web: build: . ports: - "57777:57777" volumes: - ./data:/app/data - ./static:/app/static:ro restart: always